Skip to content

Commit 453cdb1

Browse files
authored
Merge pull request #273 from jhlegarreta/sty/check-untyped-defs
STY: Add the `mypy` flag to check untyped function bodies
2 parents dc72c78 + 93e77c1 commit 453cdb1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,9 @@ version-file = "src/nifreeze/_version.py"
141141
# Developer tool configurations
142142
#
143143

144+
[tool.mypy]
145+
check_untyped_defs = true
146+
144147
[[tool.mypy.overrides]]
145148
module = [
146149
"nipype.*",

0 commit comments

Comments
 (0)