Skip to content

Commit

Permalink
Merge pull request #197 from dandi/mypy-import
Browse files Browse the repository at this point in the history
mypy: Set `ignore_missing_imports = False`
  • Loading branch information
yarikoptic authored Nov 9, 2023
2 parents 078e18f + 3d8f353 commit a7f2245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ exclude =
[mypy]
allow_incomplete_defs = False
allow_untyped_defs = False
ignore_missing_imports = True
ignore_missing_imports = False
no_implicit_optional = True
implicit_reexport = False
local_partial_types = True
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ commands =
[testenv:typing]
deps =
mypy
types-jsonschema
types-requests
extras = test
commands =
Expand Down

0 comments on commit a7f2245

Please sign in to comment.