Skip to content

Commit

Permalink
chore: fix ruff command
Browse files Browse the repository at this point in the history
  • Loading branch information
legendecas committed Jun 28, 2024
1 parent 706d04a commit 843da28
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 @@ -31,7 +31,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 --output-format=github .
run: ruff check --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 843da28

Please sign in to comment.