Skip to content

Commit 18795d2

Browse files
committed
lint.sh: run mypy in non incremental mode
See python/mypy#7276
1 parent dd279e1 commit 18795d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ set -e
55

66
poetry run black --check . --diff
77
poetry run flake8 .
8-
poetry run mypy
8+
poetry run mypy --no-incremental

0 commit comments

Comments
 (0)