Skip to content

Commit

Permalink
fix mypy config
Browse files Browse the repository at this point in the history
  • Loading branch information
hjwp committed Dec 19, 2019
1 parent 077bed7 commit 31cc8c1
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,5 @@ namespace_packages = True
mypy_path = ./code/src
check_untyped_defs = True

[mypy-pytest.*]
ignore_missing_imports = True

[mypy-lxml.*]
ignore_missing_imports = True

[mypy-sqlalchemy.*]
ignore_missing_imports = True

[mypy-redis.*]
ignore_missing_imports = True

[mypy-django.*]
ignore_missing_imports = True

[mypy-redis.*]
[mypy-pytest.*,lxml.*,sqlalchemy.*,redis.*,django.*]
ignore_missing_imports = True

0 comments on commit 31cc8c1

Please sign in to comment.