diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cc379a9..6dd7c30 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - id: trailing-whitespace - id: debug-statements - repo: https://github.com/python-poetry/poetry - rev: 1.6.1 + rev: 1.6.0 hooks: - id: poetry-check - repo: https://github.com/pre-commit/mirrors-prettier @@ -44,7 +44,7 @@ repos: hooks: - id: codespell - repo: https://github.com/commitizen-tools/commitizen - rev: v3.12.0 + rev: 3.12.0 hooks: - id: commitizen stages: [commit-msg]