Merge pull request 'pre-commit mit flake8' (#14) from feature-pre-commit into main

Reviewed-on: kompetenzinventar/ki-backend#14
This commit is contained in:
2021-06-22 09:13:06 +02:00
5 changed files with 140 additions and 3 deletions

View File

@ -29,6 +29,16 @@ flask run
http://localhost:5000/
### pre-commit einrichten
Damit mensch nicht verpeilt kaputten Code Style zu commiten,
kann pre-commit benutzt werden. Einmal im Virtualenv ausführen:
```
pre-commit install
```
### Tests ausführen
```