Skip to content

Commit e586636

Browse files
authored
Exclude tests/data/ from mypy (#284)
1 parent 9babdea commit e586636

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ omit = ["src/rbc_resources/"]
4848

4949
[tool.mypy]
5050
ignore_missing_imports = true
51-
exclude = ["src/rbc/bids/_schema\\.py$", "tests/unit/bids/test_bids\\.py$"]
51+
exclude = ["src/rbc/bids/_schema\\.py$", "tests/unit/bids/test_bids\\.py$", "tests/data/"]
5252

5353
[tool.ruff]
5454
line-length = 88

0 commit comments

Comments
 (0)