Skip to content

Commit 1975cd7

Browse files
committed
MNT: Initial mypy configuration
1 parent 610601b commit 1975cd7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

setup.cfg

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ versionfile_source = nibabel/_version.py
1515
versionfile_build = nibabel/_version.py
1616
tag_prefix =
1717
parentdir_prefix =
18+
19+
[mypy]
20+
python_version = 3.7
21+
exclude =(?x)(
22+
/tests
23+
)

0 commit comments

Comments
 (0)