Skip to content

Commit

Permalink
Pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya committed Jan 17, 2024
1 parent faefa7e commit c3dd4ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,12 @@ load-plugins = [
[tool.pylint."MESSAGES CONTROL"]
# Reasons disabled:
# duplicate-code – The tests contain a lot of duplicated data payloads
# invalid-enum-extension – We need to backport StrEnums until we drop Python 3.10
# too-many-lines – We deal with a lot of data, so tests can be large
# unnecessary-pass - This can hurt readability
disable = [
"duplicate-code",
"invalid-enum-extension",
"too-many-lines",
"unnecessary-pass"
]
Expand Down

0 comments on commit c3dd4ed

Please sign in to comment.