Skip to content

Commit

Permalink
Remove pylint disables that are not relevant anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
plbrault committed Jul 3, 2024
1 parent c23fcac commit 729533b
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -410,20 +410,11 @@ confidence=HIGH,
# --enable=similarities". If you want to run only the classes checker, but have
# 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,
disable=missing-module-docstring,
missing-class-docstring,
missing-function-docstring,
too-many-instance-attributes,
too-many-branches,
too-many-arguments
too-many-arguments,

# 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 729533b

Please sign in to comment.