Skip to content

Commit

Permalink
chore: adjust pylint max args (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHjelmare authored Oct 15, 2023
1 parent b110261 commit 3e413b1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@ enable = [
[tool.pylint.CODE_STYLE]
max-line-length-suggestions = 88

[tool.pylint.DESIGN]
max-args = 7

[tool.pylint.TYPING]
runtime-typing = false

Expand Down

0 comments on commit 3e413b1

Please sign in to comment.