Skip to content

Commit

Permalink
Update pylint disable rules (super-linter#3182)
Browse files Browse the repository at this point in the history
Adds back import-error to the pylint disable rules.
  • Loading branch information
William-Luo0 committed Aug 2, 2022
1 parent 345ae1e commit e9e9743
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TEMPLATES/.python-lint
Expand Up @@ -62,6 +62,7 @@ disable=raw-checker-failed,
suppressed-message,
useless-suppression,
deprecated-pragma,
import-error

# 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 e9e9743

Please sign in to comment.