Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Wilson <[email protected]>
  • Loading branch information
BenWilson2 committed Sep 3, 2024
1 parent d1f5fca commit e608f19
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,10 @@ disable=print-statement,
unpacking-in-except,
old-raise-syntax,
backtick,
long-suffix,
old-ne-operator,
old-octal-literal,
import-star-module-level,
non-ascii-bytes-literal,
raw-checker-failed,
bad-inline-option,
locally-disabled,
locally-enabled,
file-ignored,
suppressed-message,
useless-suppression,
Expand Down Expand Up @@ -115,7 +110,6 @@ disable=print-statement,
range-builtin-not-iterating,
filter-builtin-not-iterating,
using-cmp-argument,
eq-without-hash,
div-method,
idiv-method,
rdiv-method,
Expand Down Expand Up @@ -165,6 +159,7 @@ disable=print-statement,
not-an-iterable,
unsubscriptable-object,
unsupported-assignment-operation,
undefined-variable,

# Enable the message, report, category or checker with the given id(s). You can
# either give multiple identifier separated by comma (,) or put this option
Expand Down

0 comments on commit e608f19

Please sign in to comment.