From a05e5d6017915d121c0bc9aa9f49800b6f027dd7 Mon Sep 17 00:00:00 2001 From: btschwertfeger Date: Tue, 30 Apr 2024 06:13:43 +0200 Subject: [PATCH] cleanup --- .github/workflows/cicd.yaml | 2 +- .pre-commit-config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index ad93cdc..aa11d7b 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -35,7 +35,7 @@ jobs: ## Python versions ## Build: - #needs: [Pre-Commit] + needs: [Pre-Commit] uses: ./.github/workflows/_build.yaml strategy: fail-fast: false diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 04e7533..6c47dee 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -66,7 +66,7 @@ repos: # hooks: # - id: blacken-docs # additional_dependencies: [black==23.12.0] - - repo: https://github.com/PyCQA/isort # TODO: remove until ruff is stable + - repo: https://github.com/PyCQA/isort # TODO: remove as soon as ruff is stable rev: 5.13.2 hooks: - id: isort