mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-08 07:10:31 +00:00
22 lines
279 B
YAML
22 lines
279 B
YAML
strictness: low
|
|
|
|
test-warnings: false
|
|
doc-warnings: true
|
|
|
|
pep8:
|
|
full: true
|
|
options:
|
|
max-line-length: 100
|
|
|
|
pylint:
|
|
max-line-length: 100
|
|
disable:
|
|
- logging-format-interpolation
|
|
- interface-not-implemented
|
|
|
|
mccabe:
|
|
run: false
|
|
|
|
pep257:
|
|
run: false
|