From 7aa8a03e97205be4e4a7fbb2711781acd67dc113 Mon Sep 17 00:00:00 2001 From: Wang Boyu Date: Wed, 8 Mar 2023 21:09:47 -0500 Subject: [PATCH] ci: pin ruff version to v0.0.254 --- .github/workflows/build_lint.yml | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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