Skip to content

Commit ac46b52

Browse files
committed
Drop pyright for type checking
1 parent cdcfa12 commit ac46b52

File tree

3 files changed

+1
-80
lines changed

3 files changed

+1
-80
lines changed

docs/contributing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ To check doc formatting:
7070
> doc8 docs
7171
7272
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``.
73+
``flake8`` and ``black``, and check type annotations using ``mypy``.
7474

7575
CHANGELOG
7676
^^^^^^^^^

scripts/lint

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ echo
88

99
mypy docs pystac setup.py tests
1010

11-
echo
12-
echo " -- CHECKING TYPES WITH PYRIGHT --"
13-
echo
14-
15-
scripts/pyright pystac setup.py tests
16-
1711
echo
1812
echo " -- LINTING WITH FLAKE8 --"
1913
echo

scripts/pyright

Lines changed: 0 additions & 73 deletions
This file was deleted.

0 commit comments

Comments
 (0)