1 parent ac20eef commit 587ee50Copy full SHA for 587ee50
1 file changed
mypy.ini
@@ -1,6 +1,7 @@
1
[mypy]
2
ignore_missing_imports = False
3
mypy_path = ./src
4
+check_untyped_defs = True
5
6
[mypy-pytest.*,sqlalchemy.*]
7
ignore_missing_imports = True
0 commit comments