diff --git a/.github/workflows/build_lint.yml b/.github/workflows/build_lint.yml index 88460f5e..4b89106d 100644 --- a/.github/workflows/build_lint.yml +++ b/.github/workflows/build_lint.yml @@ -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. diff --git a/setup.cfg b/setup.cfg index 5a682fbb..7471f7f4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,7 +56,7 @@ dev = coverage pytest pytest-cov - ruff + ruff==0.0.254 docs = myst-parser sphinx