https://github.com/bukosabino/ta
Raw File
Tip revision: 05ef00f111b044e07ac5fc110f2d03d656908e08 authored by Tianning Li on 23 February 2022, 23:16:27 UTC
fix vwap
Tip revision: 05ef00f
.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