mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
We can ignore local imports(to functions/if statements) convention errors.
If the users has put those imports within a function body or inside an if statement, he's probably making sure no `ImportError` is raised.
This commit is contained in:
parent
6c9152764d
commit
f79ac6690a
1 changed files with 2 additions and 1 deletions
|
@ -132,7 +132,8 @@ disable=R,
|
|||
E8265,
|
||||
E8266,
|
||||
E8402,
|
||||
E8731
|
||||
E8731,
|
||||
3rd-party-local-module-not-gated
|
||||
|
||||
# Disabled:
|
||||
# R* [refactoring suggestions & reports]
|
||||
|
|
Loading…
Add table
Reference in a new issue