mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-10-31 21:20:17 +00:00
24 lines
266 B
YAML
24 lines
266 B
YAML
strictness: low
|
|
|
|
test-warnings: false
|
|
doc-warnings: true
|
|
|
|
ignore-paths:
|
|
- docs
|
|
|
|
pep8:
|
|
full: true
|
|
options:
|
|
max-line-length: 100
|
|
|
|
pylint:
|
|
max-line-length: 100
|
|
disable:
|
|
- interface-not-implemented
|
|
|
|
mccabe:
|
|
run: false
|
|
|
|
pep257:
|
|
run: false
|