Skip to content

Commit

Permalink
chore: Remove Mypy 'show_error_codes' as now default (#2414)
Browse files Browse the repository at this point in the history
* sp-repo-review MY102: Mypy show_error_codes deprecated
  Must not have show_error_codes. Use hide_error_codes instead (since Mypy v0.990).
  • Loading branch information
matthewfeickert authored Jan 4, 2024
1 parent 4fdd6d6 commit 03b7286
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 @@ -237,7 +237,6 @@ files = "src"
python_version = "3.11"
warn_unused_configs = true
strict = true
show_error_codes = true
enable_error_code = ["ignore-without-code", "redundant-expr", "truthy-bool"]
warn_unreachable = true

Expand Down

0 comments on commit 03b7286

Please sign in to comment.