Remove unused linting file
This commit is contained in:
parent
8b069132a9
commit
30d7c53919
37
pylintrc
37
pylintrc
|
@ -1,37 +0,0 @@
|
|||
# pylint configuration
|
||||
|
||||
[MASTER]
|
||||
|
||||
[MESSAGES CONTROL]
|
||||
|
||||
disable=
|
||||
bad-continuation,
|
||||
broad-except,
|
||||
dangerous-default-value,
|
||||
duplicate-code,
|
||||
fixme,
|
||||
global-statement,
|
||||
len-as-condition,
|
||||
logging-format-interpolation,
|
||||
import-outside-toplevel,
|
||||
invalid-name,
|
||||
missing-docstring,
|
||||
mixed-indentation,
|
||||
no-member,
|
||||
no-self-use,
|
||||
redefined-variable-type,
|
||||
too-few-public-methods,
|
||||
too-many-arguments,
|
||||
too-many-branches,
|
||||
too-many-instance-attributes,
|
||||
too-many-lines,
|
||||
too-many-locals,
|
||||
too-many-public-methods,
|
||||
too-many-return-statements,
|
||||
too-many-statements,
|
||||
unused-argument,
|
||||
unused-variable,
|
||||
|
||||
[FORMAT]
|
||||
|
||||
max-line-length=79
|
Loading…
Reference in New Issue