Skip to content

Commit

Permalink
.pylintrc: Remove too-many-positional-arguments from disable section
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilJustice committed Jan 8, 2025
1 parent 30acc35 commit 39f93ee
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
Expand Up @@ -4,7 +4,7 @@ max-line-length=130
max-args=7

[MASTER]
disable=missing-docstring,invalid-name,line-too-long,no-value-for-parameter,no-member,multiple-imports,missing-final-newline,expression-not-assigned,wrong-import-position,broad-except,too-many-positional-arguments
disable=missing-docstring,invalid-name,line-too-long,no-value-for-parameter,no-member,multiple-imports,missing-final-newline,expression-not-assigned,wrong-import-position,broad-except

[REPORTS]
output-format=text
Expand Down

0 comments on commit 39f93ee

Please sign in to comment.