Skip to content

Commit

Permalink
chore: disable one more bothersome pylint option (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
jenstroeger authored Aug 22, 2022
1 parent eb15741 commit a2d83b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ fail-under = 10.0
disable = [
"fixme",
"too-few-public-methods",
"too-many-ancestors",
"too-many-arguments",
"too-many-boolean-expressions",
"too-many-branches",
Expand Down

0 comments on commit a2d83b0

Please sign in to comment.