We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29c34b commit 7aa8a03Copy full SHA for 7aa8a03
.github/workflows/build_lint.yml
@@ -58,7 +58,7 @@ jobs:
58
uses: actions/setup-python@v4
59
with:
60
python-version: "3.10"
61
- - run: pip install ruff
+ - run: pip install ruff==0.0.254
62
- name: Lint with ruff
63
# Include `--format=github` to enable automatic inline annotations.
64
# Use settings from pyproject.toml.
setup.cfg
@@ -56,7 +56,7 @@ dev =
56
coverage
57
pytest
pytest-cov
- ruff
+ ruff==0.0.254
docs =
myst-parser
sphinx
0 commit comments