mirror of
https://github.com/readthedocs/sphinx-autoapi
synced 2024-11-10 01:10:27 +00:00
8ce44b2eb2
We have black for that now.
25 lines
335 B
YAML
25 lines
335 B
YAML
strictness: low
|
|
|
|
test-warnings: false
|
|
doc-warnings: true
|
|
|
|
ignore-paths:
|
|
- docs
|
|
- tests
|
|
|
|
pep8:
|
|
run: false
|
|
|
|
pylint:
|
|
max-line-length: 100
|
|
disable:
|
|
- interface-not-implemented
|
|
# We still support Python 2 so we have to inherit from object
|
|
- useless-object-inheritance
|
|
|
|
mccabe:
|
|
run: false
|
|
|
|
pep257:
|
|
run: false
|