Skip to content

Commit fad67b1

Browse files
committed
Misc
1 parent 68ee314 commit fad67b1

3 files changed

Lines changed: 2 additions & 20 deletions

File tree

.github/workflows/test-quick.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -45,22 +45,3 @@ jobs:
4545
- name: Run tests (3.9)
4646
if: matrix.python == '3.9'
4747
run: python -m tox -c tox-ci-py39.ini -e ci-${{ matrix.backend }} -- --verbose
48-
49-
docs:
50-
# Test documentation builds.
51-
# This environment mirrors the ReadTheDocs build environment.
52-
name: Docs
53-
runs-on: ubuntu-latest
54-
steps:
55-
- uses: actions/checkout@v6
56-
57-
- name: Set up Python ${{ matrix.python }}
58-
uses: actions/setup-python@v6
59-
with:
60-
python-version: "3.13"
61-
62-
- name: Install tox
63-
run: python -m pip install tox
64-
65-
- name: Run tests
66-
run: python -m tox -e docs

pathspec/_meta.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,6 @@
6565
"Dmytro Kostochko <https://github.com/Alerion>",
6666
"Kadir Can Ozden <https://github.com/bysiber>",
6767
"Henry Schreiner <https://github.com/henryiii>",
68+
"Yilei <https://github.com/yilei>",
6869
]
6970
__license__ = "MPL 2.0"

pathspec/_typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
This module provides stubs for type hints not supported by all relevant Python
33
versions.
44
5-
NOTICE: This project should have zero required dependencies which means it
5+
NOTICE: This project should have zero required dependencies, which means it
66
cannot simply require :module:`typing_extensions`, and I do not want to maintain
77
a vendored copy of :module:`typing_extensions`.
88
"""

0 commit comments

Comments
 (0)