Skip to content

Commit

Permalink
Add W0603 rule
Browse files Browse the repository at this point in the history
  • Loading branch information
simonkurtz-MSFT committed May 23, 2024
1 parent 1f36b50 commit 6bc8e91
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 @@ -2,4 +2,5 @@
disable =
C0301, # Line too long
R0903, # Too few public methods
W0603, # Using the global statement
W0718, # Unused variable

0 comments on commit 6bc8e91

Please sign in to comment.