Skip to content

Commit b656a93

Browse files
do not exclude misc/sync-typeshed.pyfrom from tox self-check
it's fine; we can just typecheck it
1 parent 354bea6 commit b656a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ passenv =
6262
MYPY_FORCE_TERMINAL_WIDTH
6363
commands =
6464
python runtests.py self
65-
python -m mypy --config-file mypy_self_check.ini misc --exclude misc/sync-typeshed.py
65+
python -m mypy --config-file mypy_self_check.ini misc
6666
python -m mypy --config-file mypy_self_check.ini test-data/unit/plugins

0 commit comments

Comments
 (0)