You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
361 B
YAML
23 lines
361 B
YAML
doc-warnings: yes
|
|
test-warnings: no
|
|
strictness: high
|
|
|
|
pylint:
|
|
disable:
|
|
- too-few-public-methods
|
|
- no-self-use
|
|
- too-many-instance-attributes
|
|
- invalid-name
|
|
- missing-docstring
|
|
- star-args
|
|
- logging-format-interpolation
|
|
- bad-builtin
|
|
ignore-paths:
|
|
- docs
|
|
pep8:
|
|
disable:
|
|
- E731
|
|
- E126
|
|
- E128
|
|
- E115
|
|
- N802 |