Skip to content

Commit 3a901b5

Browse files
committed
Fix Ruff command in GitHub Actions workflow.
1 parent 1342b4a commit 3a901b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests-and-linting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
poetry install
3030
- name: ruff
3131
run: |
32-
poetry run ruff check --format=github .
32+
poetry run ruff check .
3333
- name: Test with pytest
3434
run: |
3535
poetry run pytest --cov=flare_explorer --cov-report xml:coverage.xml

0 commit comments

Comments
 (0)