Skip to content

Commit

Permalink
chore(main): ruff --output-format=github . (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Oct 18, 2023
1 parent 0e35ab8 commit d1355e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
pip install --editable ".[dev]"
- run: ./gyp -V && ./gyp --version && gyp -V && gyp --version
- name: Lint with ruff # See pyproject.toml for settings
run: ruff --format=github .
run: ruff --output-format=github .
- name: Test with pytest # See pyproject.toml for settings
run: pytest
# - name: Run doctests with pytest
Expand Down

0 comments on commit d1355e3

Please sign in to comment.