yaml
Signed-off-by: sigoa <si@goat.si>
This commit is contained in:
parent
dfdefac070
commit
f2aa117986
|
@ -1,8 +1,40 @@
|
||||||
|
|
||||||
|
|
||||||
|
doc-warnings: true
|
||||||
|
test-warnings: false
|
||||||
|
strictness: veryhigh
|
||||||
|
max-line-length: 120
|
||||||
|
uses:
|
||||||
|
- flask
|
||||||
|
autodetect: true
|
||||||
|
requirements:
|
||||||
|
- deps/core.txt
|
||||||
|
# - deps/test.txt
|
||||||
|
ignore-paths:
|
||||||
|
- docs
|
||||||
|
- mypackage/vendor
|
||||||
|
ignore-patterns:
|
||||||
|
- ^example/doc_.*\.py$
|
||||||
|
- (^|/)docs(/|$)
|
||||||
|
python-targets:
|
||||||
|
- 2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
pylint:
|
pylint:
|
||||||
disable:
|
disable:
|
||||||
- eval-used
|
- eval-used
|
||||||
|
- undefined-variable
|
||||||
|
|
||||||
pep8:
|
pep8:
|
||||||
disable:
|
disable:
|
||||||
- E711
|
- E711
|
||||||
- E712
|
- E712
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in New Issue
Block a user