We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7335286 commit 875ccf2Copy full SHA for 875ccf2
mypy.ini
@@ -0,0 +1,9 @@
1
+[mypy]
2
+ignore_missing_imports = False
3
+
4
+[mypy-pytest.*]
5
+ignore_missing_imports = True
6
7
+[mypy-sqlalchemy.*]
8
9
0 commit comments