Add usage of yapf to README

This commit is contained in:
Frank Lanitz 2021-06-21 16:06:06 +02:00
parent f20db25f74
commit 1390dfa8e6
1 changed files with 7 additions and 0 deletions

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