Skip to content

Commit

Permalink
chore:increase public method limits
Browse files Browse the repository at this point in the history
Signed-off-by: Zack Koppert <[email protected]>
  • Loading branch information
zkoppert committed May 25, 2024
1 parent 0069a18 commit a3caf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/linters/.python-lint
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ max-locals=15
max-parents=7

# Maximum number of public methods for a class (see R0904).
max-public-methods=20
max-public-methods=25

# Maximum number of return / yield for function / method body.
max-returns=6
Expand Down

0 comments on commit a3caf3a

Please sign in to comment.