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.
sphinx-autoapi/prospector.yml

21 lines
245 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
mccabe:
run: false
pep257:
run: false