Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardobranco777 committed Jul 3, 2023
1 parent af402da commit 9eae4c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ disable=
R0904, # Too many public methods
R0903, # Too few public methods
R1702, # Too many nested blocks
R0901, # Too many ancestors
W0237, # arguments-renamed
W0603, # Using the global statement
W0703, # broad-except
Expand Down

0 comments on commit 9eae4c7

Please sign in to comment.