diff --git a/.github/workflows/test-suite.yml b/.github/workflows/test-suite.yml index 1f92b82..77bca8c 100644 --- a/.github/workflows/test-suite.yml +++ b/.github/workflows/test-suite.yml @@ -84,7 +84,7 @@ jobs: sudo apt-get install -y unixodbc-dev - name: Install build dependencies if: steps.cache.outputs.cache-hit != 'true' - run: pip install hatch + run: pip install hatch ruff>=0.6.4 - name: "Run linting" if: steps.filters.outputs.src == 'true' run: "hatch fmt --check" diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 31eb77c..74ed2e3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -13,7 +13,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/charliermarsh/ruff-pre-commit - rev: v0.5.7 + rev: v0.6.4 hooks: - id: ruff args: ["--fix"]