sphinx-autoapi/prospector.yml

25 lines
335 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
- tests
2015-08-03 21:03:59 +00:00
2015-08-03 18:24:39 +00:00
pep8:
run: false
2015-08-03 18:24:39 +00:00
pylint:
max-line-length: 100
disable:
2015-08-03 20:12:34 +00:00
- interface-not-implemented
2018-08-02 03:56:29 +00:00
# We still support Python 2 so we have to inherit from object
- useless-object-inheritance
2015-08-03 18:24:39 +00:00
mccabe:
run: false
pep257:
run: false