Skip to content

Commit

Permalink
Added number of errors for disabled messages
Browse files Browse the repository at this point in the history
Change-Id: I0bde76a2b9042a5826e27c0e085b780c874253e9
  • Loading branch information
spt29 committed Sep 10, 2024
1 parent 930b4f6 commit ffaf61f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ cmk_notification_plugins = ["cmk.notification_plugins"]
# be taken with a grain of salt...
[tool.mypy]
enable_error_code = [
# "explicit-override",
# "explicit-override", # 9999 errors in 762 files
"ignore-without-code",
# "mutable-override",
# "possibly-undefined",
# "redundant-expr",
# "mutable-override", # 336 errors in 71 files
# "possibly-undefined", # 401 errors in 183 files
# "redundant-expr", # 115 errors in 86 files
"redundant-self",
# "truthy-bool",
"truthy-iterable",
Expand Down

0 comments on commit ffaf61f

Please sign in to comment.