Skip to content

Commit

Permalink
Move ignore missing imports to ignore globally
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristobal Pio Garcia committed Jun 12, 2024
1 parent c76ef77 commit 1758d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
files = python, tests, config
warn_unused_configs = False
warn_redundant_casts = False
ignore_missing_imports = True
plugins = pydantic.mypy

[mypy-astropy.*]
Expand Down Expand Up @@ -86,7 +87,6 @@ ignore_errors = True

# Check all of summit_utils...
[mypy-lsst.summit.utils.*]
ignore_missing_imports = True
ignore_errors = False
disallow_untyped_defs = False
disallow_incomplete_defs = False
Expand Down

0 comments on commit 1758d80

Please sign in to comment.