Fixes change in ruff syntax

This commit is contained in:
tek
2023-10-26 11:16:38 +02:00
parent 63299b530b
commit 5462c8d6e7

View File

@@ -16,4 +16,4 @@ jobs:
pip install --user ruff
- name: ruff
run: |
ruff --format=github .
ruff check --output-format github .