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