1 parent e3b1e72 commit 9ef6868Copy full SHA for 9ef6868
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