Skip to content

Commit

Permalink
dev: display specific mypy error codes
Browse files Browse the repository at this point in the history
Now you can #type: ignore[specific-code]
  • Loading branch information
NickCrews committed Aug 30, 2022
1 parent a4da03a commit 815cde5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ plugins = "numpy.typing.mypy_plugin"
ignore_missing_imports = true
files = "dedupe"
check_untyped_defs = true
show_error_codes = true

[tool.pytest.ini_options]
minversion = "7.1"
Expand Down

0 comments on commit 815cde5

Please sign in to comment.