Initial formatting with ruff

This commit is contained in:
Roland Geider
2024-01-27 10:30:02 +01:00
parent bb0d989d92
commit 6fdeb96d64
360 changed files with 2844 additions and 3559 deletions

View File

@@ -16,6 +16,9 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Get dependencies
run: pip install ruff isort
- name: Format the code
run: ruff format