ci: fix ruff linter

This commit is contained in:
engineerakki
2023-10-19 08:22:18 +02:00
parent e7d145802f
commit 527cfd0592
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -12,4 +12,4 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: pip install --user ruff
- run: ruff --format=github .
- run: ruff --output-format=github .
+1
View File
@@ -0,0 +1 @@
Update Ruff linter in CI to remove deperecated option "--format"