Skip to content

Commit

Permalink
ci: pin ruff version to v0.0.254
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-boyu authored and rht committed Mar 9, 2023
1 parent c29c34b commit 7aa8a03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: "3.10"
- run: pip install ruff
- run: pip install ruff==0.0.254
- name: Lint with ruff
# Include `--format=github` to enable automatic inline annotations.
# Use settings from pyproject.toml.
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ dev =
coverage
pytest
pytest-cov
ruff
ruff==0.0.254
docs =
myst-parser
sphinx
Expand Down

0 comments on commit 7aa8a03

Please sign in to comment.