Skip to content

Commit

Permalink
feedback 2
Browse files Browse the repository at this point in the history
remove utils, make mypy ignore missing imports module-specific
  • Loading branch information
friendtocephalopods committed Sep 17, 2020
1 parent 06f1f73 commit a318f64
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 17 deletions.
2 changes: 0 additions & 2 deletions amundsen_common/utils/__init__.py

This file was deleted.

12 changes: 0 additions & 12 deletions amundsen_common/utils/utils.py

This file was deleted.

10 changes: 9 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,16 @@ check_untyped_defs = true
disallow_any_generics = true
disallow_incomplete_defs = true
disallow_untyped_defs = true
ignore_missing_imports = true
no_implicit_optional = true

[mypy-marshmallow.*]
ignore_missing_imports = true

[mypy-marshmallow_annotations.*]
ignore_missing_imports = true

[mypy-setuptools.*]
ignore_missing_imports = true

[mypy-tests.*]
disallow_untyped_defs = false
2 changes: 0 additions & 2 deletions tests/unit/utils/__init__.py

This file was deleted.

0 comments on commit a318f64

Please sign in to comment.