Skip to content

Commit

Permalink
exclude tests/data/.* from mypy (#3917)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakkdl committed Oct 6, 2023
1 parent 6c88e8e commit 27c05e1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ ignore_missing_imports = True

[mypy-_black_version.*]
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

0 comments on commit 27c05e1

Please sign in to comment.