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

@@ -268,6 +268,7 @@ updated_on: # set automatically
> Please read [CONTRIBUTING.md](CONTRIBUTING.md) before contributing code. Thank you!
- Format source code: `pdm run format`
- Running unit tests: `pdm run test`
- Running linter: `pdm run lint`
- Creating platform-specific executable: `pdm run compile`