Skip to content

Commit

Permalink
Move ignore_missing_imports to per-module
Browse files Browse the repository at this point in the history
  • Loading branch information
kaapstorm committed Mar 17, 2022
1 parent 8e198db commit 9520716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

[mypy]
python_version = 3.9
ignore_missing_imports = True
follow_imports = silent

disallow_subclassing_any = True
Expand All @@ -16,5 +15,6 @@ show_error_codes = True
# Per-module options:

[corehq.motech.value_source]
ignore_missing_imports = True
disallow_untyped_defs = True
disallow_any_generics = True
2 changes: 1 addition & 1 deletion mypy_typed_modules.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
corehq/motech/value_source.py
-mcorehq.motech.value_source

0 comments on commit 9520716

Please sign in to comment.