Skip to content

Commit

Permalink
CI: fix ruff format option
Browse files Browse the repository at this point in the history
  • Loading branch information
HAEKADI committed Oct 24, 2023
1 parent c3bc9b4 commit 03253ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ jobs:
python -m pip install --upgrade black
# Include `--format=github` to enable automatic inline annotations.
- name: Run Ruff
run: ruff check --diff --format=github .
run: ruff check --diff -- --format=github .
- name: Run Black
uses: psf/black@stable

0 comments on commit 03253ae

Please sign in to comment.