Skip to content

Commit

Permalink
Update .pylintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilJustice committed Sep 28, 2024
1 parent 6f8c7da commit 736d0d7
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
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

[REPORTS]
output-format=text
Expand Down

0 comments on commit 736d0d7

Please sign in to comment.