CI setup
Some checks failed
Gitea/python-cryptbase/pipeline/head There was a failure building this commit

This commit is contained in:
2021-10-09 00:37:11 +02:00
parent 510409f074
commit 7a8cd52858
4 changed files with 163 additions and 2 deletions

33
src/.prospector.yaml Normal file
View 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