Skip to content

Commit

Permalink
chore: update lint to ignore current warning
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmmatos committed Oct 9, 2024
1 parent 021aeec commit ccec772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ disable=
C0114,C0115,C0116,C0209,C0103,
R0903,R0912,R0915,
W0511,W0613,C0301,
W0719
W0719,R0917,R1702

[pylint.DESIGN]
max-parents=15
Expand Down

0 comments on commit ccec772

Please sign in to comment.