Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 436 Bytes

File metadata and controls

34 lines (27 loc) · 436 Bytes

WirVsVirus Krisengeld Ausgabeapp

Tools used:

  • Python >= 3.7
  • poetry
  • Code style & linting:
    • Black
    • isort
    • mypy
    • flake8

How to setup a dev environment:

  • Clone project
  • Then run:
    poetry install
  • Now everything should be installed and you can run the app with
    poetry run dge-ausgabeapp

Apply codestyle (black, isort)

make format

Run linting:

make lint