add pre-commit

This commit is contained in:
2021-06-21 21:43:49 +02:00
parent d96dfa8800
commit 4d88ee8b77
5 changed files with 140 additions and 3 deletions

View File

@ -30,6 +30,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
```