Skip to content

Commit 00dcb05

Browse files
committed
Add .mypy.ini
1 parent 12f1444 commit 00dcb05

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ tmp*
99
LOG*
1010
dist
1111
dist
12+
.mypy_cache

.mypy.ini

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[mypy]
2+
ignore_missing_imports = True
3+
no_implicit_optional = True
4+
no_strict_optional = True

0 commit comments

Comments
 (0)