We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1342b4a commit 3a901b5Copy full SHA for 3a901b5
1 file changed
.github/workflows/tests-and-linting.yml
@@ -29,7 +29,7 @@ jobs:
29
poetry install
30
- name: ruff
31
run: |
32
- poetry run ruff check --format=github .
+ poetry run ruff check .
33
- name: Test with pytest
34
35
poetry run pytest --cov=flare_explorer --cov-report xml:coverage.xml
0 commit comments