https://github.com/bukosabino/ta
Raw File
Tip revision: 513b61ffb0ab3139c342e64bba31ac016b1fa915 authored by Bukosabino on 09 January 2022, 21:03:46 UTC
Fixing wrong name version
Tip revision: 513b61f
.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