Skip to content

Commit

Permalink
added possibly-used-befor-assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Jun 3, 2024
1 parent 7325886 commit 4baaee8
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 @@ -21,9 +21,11 @@ disable=
no-else-break,
no-else-continue,
no-else-return,
no-member,
no-self-use,
no-value-for-parameter,
pointless-statement,
possibly-used-before-assignment,
redefined-outer-name,
too-many-branches,
too-many-locals,
Expand Down

0 comments on commit 4baaee8

Please sign in to comment.