Skip to content

Commit d1cfd27

Browse files
committed
MNT: Initial mypy configuration
1 parent f373a39 commit d1cfd27

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pyproject.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,3 +96,9 @@ extend_skip = ["_version.py", "externals"]
9696

9797
[tool.setuptools_scm]
9898
write_to = "nibabel/_version.py"
99+
100+
[tool.mypy]
101+
python_version = "3.11"
102+
exclude = [
103+
"/tests",
104+
]

0 commit comments

Comments
 (0)