Skip to content

Commit e9e9743

Browse files
authored
Update pylint disable rules (super-linter#3182)
Adds back import-error to the pylint disable rules.
1 parent 345ae1e commit e9e9743

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TEMPLATES/.python-lint

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ disable=raw-checker-failed,
6262
suppressed-message,
6363
useless-suppression,
6464
deprecated-pragma,
65+
import-error
6566

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

0 commit comments

Comments
 (0)