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

Add pylint config

parent 60381758
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.
Please register or to comment