We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9babdea commit e586636Copy full SHA for e586636
1 file changed
pyproject.toml
@@ -48,7 +48,7 @@ omit = ["src/rbc_resources/"]
48
49
[tool.mypy]
50
ignore_missing_imports = true
51
-exclude = ["src/rbc/bids/_schema\\.py$", "tests/unit/bids/test_bids\\.py$"]
+exclude = ["src/rbc/bids/_schema\\.py$", "tests/unit/bids/test_bids\\.py$", "tests/data/"]
52
53
[tool.ruff]
54
line-length = 88
0 commit comments