Skip to content

Commit

Permalink
Temporary tweaks to fix CI failures from pylint 3.3 (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpaterno authored Sep 23, 2024
1 parent eab916f commit 1e6972f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions firecrown/models/pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ function-naming-style=any

[DESIGN]

# Maximum number of positional arguments for function / method.
max-positional-arguments=6
# Maximum number of arguments for function / method.
max-args=11

Expand Down
1 change: 1 addition & 0 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@ ignore-none=false
expected-line-ending-format=LF

[DESIGN]
max-positional-arguments=8
max-args=20
max-attributes=20

0 comments on commit 1e6972f

Please sign in to comment.