CI setup
Some checks failed
Gitea/python-cryptbase/pipeline/head There was a failure building this commit
Some checks failed
Gitea/python-cryptbase/pipeline/head There was a failure building this commit
This commit is contained in:
33
src/.prospector.yaml
Normal file
33
src/.prospector.yaml
Normal file
@@ -0,0 +1,33 @@
|
||||
output-format: pylint
|
||||
strictness: veryhigh
|
||||
max-line-length: 200
|
||||
doc-warnings: false
|
||||
pylint:
|
||||
member-warnings: false
|
||||
disable:
|
||||
- too-few-public-methods
|
||||
bandit:
|
||||
run: true
|
||||
dodgy:
|
||||
run: true
|
||||
mccabe:
|
||||
run: true
|
||||
pep8:
|
||||
run: true
|
||||
full: true
|
||||
frosted:
|
||||
run: false
|
||||
pyflakes:
|
||||
run: true
|
||||
pyroma:
|
||||
run: true
|
||||
pylint:
|
||||
run: true
|
||||
disable:
|
||||
- too-few-public-methods
|
||||
vulture:
|
||||
run: true
|
||||
mypy:
|
||||
run: true
|
||||
options:
|
||||
ignore-missing-imports: true
|
||||
Reference in New Issue
Block a user