Update ci.yml

This commit is contained in:
Christian Krakau-Louis
2026-02-13 21:11:28 +01:00
committed by GitHub
parent 6e54135961
commit f3863cd094
+1 -1
View File
@@ -44,7 +44,7 @@ jobs:
run: pip install ruff
- name: Run Ruff Check
run: ruff check app/ tests/
run: ruff check --fix app/ tests/
- name: Run Ruff Format
run: ruff format --fix --check app/ tests/