sphinx-autoapi/prospector.yml

24 lines
266 B
YAML
Raw Normal View History

2015-08-03 18:24:39 +00:00
strictness: low
test-warnings: false
doc-warnings: true
2015-08-03 21:03:59 +00:00
ignore-paths:
- docs
2015-08-03 18:24:39 +00:00
pep8:
full: true
options:
max-line-length: 100
pylint:
max-line-length: 100
disable:
2015-08-03 20:12:34 +00:00
- interface-not-implemented
2015-08-03 18:24:39 +00:00
mccabe:
run: false
pep257:
run: false