Skip to content

Commit b50ec44

Browse files
committed
Fixed mypy config
1 parent 67eca11 commit b50ec44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mypy.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[mypy]
22
python_version = 3.6
33
ignore_missing_imports = True
4-
[mypy-tests*]
5-
ignore_errors = True
4+
[mypy-tests.*]
5+
ignore_errors = True

0 commit comments

Comments
 (0)