From b1d118bb8988c7e0215cc015e035bd49a2fe496e Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 11 Sep 2024 03:16:26 +0200 Subject: [PATCH] fix issues with ignore ASYNC110 --- .github/workflows/test-suite.yml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]