mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 02:23:39 -05:00
Update pylint disable rules (#3182)
Adds back import-error to the pylint disable rules.
This commit is contained in:
parent
345ae1e27b
commit
e9e9743422
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue