Skip to content
Snippets Groups Projects
Commit 35de8d6c authored by jan.bednarik's avatar jan.bednarik
Browse files

Basic pylint config

parent c2806304
No related branches found
No related tags found
No related merge requests found
[MASTER]
# jobs=0 means 'use all CPUs'
jobs=0
[MESSAGES CONTROL]
disable =
missing-docstring,
line-too-long,
invalid-name,
no-value-for-parameter,
no-member,
unused-argument,
broad-except,
relative-import,
wrong-import-position,
bare-except,
locally-disabled,
protected-access,
abstract-method,
no-self-use,
fixme,
too-few-public-methods,
ungrouped-imports,
bad-continuation,
redefined-outer-name,
too-many-ancestors,
attribute-defined-outside-init,
too-many-arguments,
[REPORTS]
output-format=colorized
[FORMAT]
logging-modules=
logging,
structlog,
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment