Skip to content

Commit

Permalink
Remove some pylint disables
Browse files Browse the repository at this point in the history
  • Loading branch information
Iain-S committed Aug 15, 2023
1 parent 392226c commit ba9ad45
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .python-lint
Original file line number Diff line number Diff line change
Expand Up @@ -61,19 +61,15 @@ confidence=
# no Warning level messages displayed, use "--disable=all --enable=classes
# --disable=W".
disable=raw-checker-failed,
bad-inline-option,
locally-disabled,
file-ignored,
suppressed-message,
useless-suppression,
deprecated-pragma,
use-symbolic-message-instead,
missing-module-docstring,
missing-function-docstring,
no-value-for-parameter,
raise-missing-from,
missing-module-docstring,
missing-class-docstring,
empty-docstring,
raise-missing-from,
too-few-public-methods,
no-self-argument,
duplicate-code,
Expand Down

0 comments on commit ba9ad45

Please sign in to comment.