Skip to content

Commit

Permalink
Make mypy configuration more lenient
Browse files Browse the repository at this point in the history
We want to be able to call untyped modules.
  • Loading branch information
jstasiak committed Mar 24, 2021
1 parent bc6ef8c commit f871b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ignore=E203,W503

[mypy]
ignore_missing_imports = true
follow_imports = error
follow_imports = ignore
check_untyped_defs = true
no_implicit_optional = true
warn_incomplete_stub = true
Expand Down

0 comments on commit f871b90

Please sign in to comment.