add autopep8 source formatter

This commit is contained in:
sebthom
2022-02-01 06:46:22 +01:00
parent 92dbc6615b
commit dfc6481541
4 changed files with 53 additions and 3 deletions

View File

@@ -69,6 +69,8 @@ jobs:
run: |
pdm run lint
pdm run autopep8 -v --exit-code --recursive --diff kleinanzeigen_bot tests
- name: run unit tests
run: |
pdm run test