Skip to content

Commit

Permalink
Adjust max-positional-arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
jshcodes committed Oct 22, 2024
1 parent dd16d05 commit 925d226
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,8 @@ single-line-class-stmt=no
# else.
single-line-if-stmt=no

# Number of positional arguments to a method
max-positional-arguments=20

[IMPORTS]

Expand Down

0 comments on commit 925d226

Please sign in to comment.