Skip to content

Commit 28afa9a

Browse files
committed
make mypy slightly stricter
1 parent 12d2bc2 commit 28afa9a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypy.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[mypy]
22
ignore_missing_imports = False
33
mypy_path = ./src
4+
check_untyped_defs = True
45

56
[mypy-pytest.*,sqlalchemy.*]
67
ignore_missing_imports = True

0 commit comments

Comments
 (0)