Skip to content

Commit 31cc8c1

Browse files
committedDec 19, 2019
fix mypy config
1 parent 077bed7 commit 31cc8c1

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed
 

‎mypy.ini

+1-16
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,5 @@ namespace_packages = True
44
mypy_path = ./code/src
55
check_untyped_defs = True
66

7-
[mypy-pytest.*]
8-
ignore_missing_imports = True
9-
10-
[mypy-lxml.*]
11-
ignore_missing_imports = True
12-
13-
[mypy-sqlalchemy.*]
14-
ignore_missing_imports = True
15-
16-
[mypy-redis.*]
17-
ignore_missing_imports = True
18-
19-
[mypy-django.*]
20-
ignore_missing_imports = True
21-
22-
[mypy-redis.*]
7+
[mypy-pytest.*,lxml.*,sqlalchemy.*,redis.*,django.*]
238
ignore_missing_imports = True

0 commit comments

Comments
 (0)
Please sign in to comment.