diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2e42e2b..1e041a3 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.5.1 + rev: 1.5.0 hooks: - id: poetry-check - repo: https://github.com/pre-commit/mirrors-prettier @@ -52,7 +52,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/commitizen-tools/commitizen - rev: v3.6.0 + rev: 3.6.0 hooks: - id: commitizen stages: [commit-msg]