Skip to content

Commit

Permalink
Don't ignore lint-mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
bhrutledge committed Jun 16, 2019
1 parent 384d2bc commit f7cc6c0
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
@@ -1,5 +1,5 @@
[mypy]
; check_untyped_defs = True
; TODO: check_untyped_defs = True
; TODO: Make this more granular; docs recommend it as a "last resort"
; https://mypy.readthedocs.io/en/latest/existing_code.html#start-small
ignore_missing_imports = True
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ deps =
commands =
{[testenv:lint-code-style]commands}
{[testenv:lint-dist-meta]commands}
-{[testenv:lint-mypy]commands}
{[testenv:lint-mypy]commands}

0 comments on commit f7cc6c0

Please sign in to comment.