Disable some new pylint checks.
This commit is contained in:
parent
6e392f0f09
commit
48252258dd
@ -28,7 +28,11 @@ disable=no-self-use,
|
|||||||
bare-except,
|
bare-except,
|
||||||
eval-used,
|
eval-used,
|
||||||
exec-used,
|
exec-used,
|
||||||
file-ignored
|
file-ignored,
|
||||||
|
wrong-import-order,
|
||||||
|
ungrouped-imports,
|
||||||
|
wrong-import-position,
|
||||||
|
redefined-variable-type
|
||||||
|
|
||||||
[BASIC]
|
[BASIC]
|
||||||
module-rgx=(__)?[a-z][a-z0-9_]*(__)?$
|
module-rgx=(__)?[a-z][a-z0-9_]*(__)?$
|
||||||
|
Loading…
Reference in New Issue
Block a user