We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d2bc2 commit 28afa9aCopy full SHA for 28afa9a
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