We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdcfa12 commit ac46b52Copy full SHA for ac46b52
docs/contributing.rst
@@ -70,7 +70,7 @@ To check doc formatting:
70
> doc8 docs
71
72
You can also run the ``./scripts/test`` script to run unit tests, check code style with
73
-``flake8`` and ``black``, and check type annotations using ``mypy`` and ``pyright``.
+``flake8`` and ``black``, and check type annotations using ``mypy``.
74
75
CHANGELOG
76
^^^^^^^^^
scripts/lint
@@ -8,12 +8,6 @@ echo
8
9
mypy docs pystac setup.py tests
10
11
-echo
12
-echo " -- CHECKING TYPES WITH PYRIGHT --"
13
14
-
15
-scripts/pyright pystac setup.py tests
16
17
echo
18
echo " -- LINTING WITH FLAKE8 --"
19
scripts/pyright
0 commit comments