Skip to content

Commit

Permalink
Fix max-args in pylintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
abakanovskii committed Nov 18, 2024
1 parent 51aa5b9 commit 137bef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pylintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[FORMAT]
max-line-length=300
max-args=6
max-args=10

[BASIC]
# only require really big functions to have docstrings. and we should never have this long functions.
Expand Down

0 comments on commit 137bef2

Please sign in to comment.