Skip to content

Commit 875ccf2

Browse files
committed
mypy
1 parent 7335286 commit 875ccf2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

mypy.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
ignore_missing_imports = True
9+

0 commit comments

Comments
 (0)