Skip to content

Commit

Permalink
added used-before-assign error on command line arguments (#37)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Butcher <[email protected]>
  • Loading branch information
docktermj and jbutcher21 authored Jan 23, 2024
1 parent aa8a169 commit 33ce655
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 @@ -38,6 +38,7 @@ disable=
unused-argument,
unused-import,
unused-variable,
used-before-assignment,
useless-return,
wrong-import-order,
good-names=
Expand Down

0 comments on commit 33ce655

Please sign in to comment.