Skip to content

Commit 7aa8a03

Browse files
wang-boyurht
authored andcommitted
ci: pin ruff version to v0.0.254
1 parent c29c34b commit 7aa8a03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
uses: actions/setup-python@v4
5959
with:
6060
python-version: "3.10"
61-
- run: pip install ruff
61+
- run: pip install ruff==0.0.254
6262
- name: Lint with ruff
6363
# Include `--format=github` to enable automatic inline annotations.
6464
# Use settings from pyproject.toml.

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ dev =
5656
coverage
5757
pytest
5858
pytest-cov
59-
ruff
59+
ruff==0.0.254
6060
docs =
6161
myst-parser
6262
sphinx

0 commit comments

Comments
 (0)