Skip to content

Commit 815cde5

Browse files
committed
dev: display specific mypy error codes
Now you can #type: ignore[specific-code]
1 parent a4da03a commit 815cde5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ plugins = "numpy.typing.mypy_plugin"
88
ignore_missing_imports = true
99
files = "dedupe"
1010
check_untyped_defs = true
11+
show_error_codes = true
1112

1213
[tool.pytest.ini_options]
1314
minversion = "7.1"

0 commit comments

Comments
 (0)