Add yapf to Pipenv environment #6

Merged
weeman merged 3 commits from add-yapf into main 2021-06-21 17:38:06 +02:00
Showing only changes of commit 1390dfa8e6 - Show all commits

View File

@ -43,6 +43,13 @@ python -m unittest discover ki
flake8
```
### Formating
Um ein einheitliches Quellcode-Erlebnis zu haben, kann der Code mit yapf neu formatiert werden:
'''
yapf -i --recursive ki/
'''
### Testbenutzer