Skip to content

Commit

Permalink
fix ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-huber committed Oct 14, 2024
1 parent 5672b9c commit 6f52a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run test with coverage
run: pytest --cov --cov-report term --cov-report xml
- name: Check style against standards using Ruff
run: ruff . --format=grouped --output-file=ruff-report.txt
run: ruff check . --format=grouped --output-file=ruff-report.txt
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
Expand Down

0 comments on commit 6f52a4d

Please sign in to comment.