Revision 19203a157a6b4d5bd7a8f799bafbb380f9a656d8 authored by Darío López Padial on 09 January 2022, 20:56:27 UTC, committed by GitHub on 09 January 2022, 20:56:27 UTC
2 parent s ffb68ca + 7467213
Raw File
.prospector.yaml
output-format: grouped

strictness: veryhigh
doc-warnings: true
test-warnings: true
max-line-length: 120

mypy:
  run: true
  options:
    ignore-missing-imports: true

bandit:
  run: true

pep8:
  disable:
    - E203

pep257:
  run: false
  disable:
    - D213
back to top