exclude tests/data/.* from mypy (#3917)
This commit is contained in:
parent
6c88e8e46e
commit
27c05e1e24
5
mypy.ini
5
mypy.ini
@ -39,3 +39,8 @@ ignore_missing_imports = True
|
|||||||
|
|
||||||
[mypy-_black_version.*]
|
[mypy-_black_version.*]
|
||||||
ignore_missing_imports = True
|
ignore_missing_imports = True
|
||||||
|
|
||||||
|
# CI only checks src/, but in case users are running LSP or similar we explicitly ignore
|
||||||
|
# errors in test data files.
|
||||||
|
[mypy-tests.data.*]
|
||||||
|
ignore_errors = True
|
||||||
|
Loading…
Reference in New Issue
Block a user