From 109ea619c1b54ddbf5fbbfb1eb84af6983641f93 Mon Sep 17 00:00:00 2001 From: decitre Date: Thu, 29 Aug 2024 11:53:34 +0200 Subject: [PATCH] Iterate over test.yml to make ruff run --- .github/workflows/test.yml | 2 +- .pre-commit-config.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e8be35d..2317e18 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: - name: Format with Black run: black . - name: Lint with Ruff - run: ruff . + run: ruff check . py_39_proto_203: diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3457dde..d6afc2b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,6 @@ repos: rev: "v0.6.2" hooks: - id: ruff - args: [ 'check' ] - repo: https://github.com/asottile/pyupgrade rev: v3.17.0 hooks: