Skip to content

Commit 656bc7e

Browse files
authored
mypy self check: exclude test-data (#11258)
So that mypy primer doesn't freak out on #9636 Co-authored-by: hauntsaninja <>
1 parent eb5e086 commit 656bc7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy_self_check.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ pretty = True
1919
always_false = MYPYC
2020
plugins = misc/proper_plugin.py
2121
python_version = 3.6
22-
exclude = mypy/typeshed/
22+
exclude = mypy/typeshed/|mypyc/test-data/|mypyc/lib-rt/

0 commit comments

Comments
 (0)