From 985c171b435bbb8d7f1a858cae88743ca517bc98 Mon Sep 17 00:00:00 2001 From: Eduardo Rodrigues Date: Tue, 14 Nov 2023 19:14:29 +0100 Subject: [PATCH 1/2] Revert "Update ci.yml to pin Python to 3.11 in pre-commit checks while pylcn gets fixed for 3.12 (#388)" This reverts commit 51d6d46679fbf9ba4e7a68e268a3a97caa380d4b. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bac17629..30d35e38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - uses: actions/setup-python@v4 with: - python-version: "3.11" + python-version: "3.x" - uses: pre-commit/action@v3.0.0 with: extra_args: --all-files --hook-stage manual From 7ba684161df7b6546fa98448400b5aa84eadde91 Mon Sep 17 00:00:00 2001 From: Eduardo Rodrigues Date: Tue, 14 Nov 2023 20:41:45 +0100 Subject: [PATCH 2/2] Update pycln to2.4.0" --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3b36f3ee..e3b7b7d8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -59,7 +59,7 @@ repos: - id: rst-inline-touching-normal - repo: https://github.com/hadialqattan/pycln - rev: "v2.3.0" + rev: "v2.4.0" hooks: - id: pycln args: [--all]