Skip to content

Commit

Permalink
Allow more attributes
Browse files Browse the repository at this point in the history
E.g. for classes, now up to 20 attributes are allowed.
  • Loading branch information
benedikt-voelkel authored Jul 10, 2024
1 parent e99e108 commit 5eb4579
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 @@ -17,4 +17,4 @@ good-names=ax, df, i, j, k, x, y, z
[DESIGN]
max-args=10
max-locals=40
max-attributes=10
max-attributes=20

0 comments on commit 5eb4579

Please sign in to comment.