Fix pylint exec cmd
This commit is contained in:
@@ -36,7 +36,7 @@ limit-inference-results=100
|
||||
|
||||
# List of plugins (as comma separated values of python module names) to load,
|
||||
# usually to register additional checkers.
|
||||
load-plugins= pylint_django
|
||||
load-plugins=pylint_django
|
||||
|
||||
# Pickle collected data for later comparisons.
|
||||
persistent=yes
|
||||
@@ -144,7 +144,6 @@ disable=print-statement,
|
||||
deprecated-sys-function,
|
||||
exception-escape,
|
||||
comprehension-escape,
|
||||
E5110,
|
||||
C0415
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user