Skip to content

Commit

Permalink
MyPy: show_error_codes deprecated
Browse files Browse the repository at this point in the history
Must not have show_error_codes. It is now the default.
  • Loading branch information
DimitriPapadopoulos committed Sep 21, 2024
1 parent cf2cbe2 commit 05b9587
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ exclude_lines = ["pragma: no cover", "@abc.abstractmethod", "@abc.abstractproper

[tool.mypy]
strict = true
show_error_codes = true
enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
warn_unused_ignores = true

Expand Down

0 comments on commit 05b9587

Please sign in to comment.