Skip to content

Commit

Permalink
modify pylintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalch committed Oct 17, 2024
1 parent 0b5d2a0 commit 6b383bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ disable=

R0801, # allow similar lines in 2 files
R0915, # allow too many statements
R0917, # allow too many positional arguments


W0105, # allow no effect string statement
W0102, # allow dangerous default value []
Expand Down

0 comments on commit 6b383bf

Please sign in to comment.