diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 40bdb1ff..f75680d6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - 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 @@ -53,7 +53,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/commitizen-tools/commitizen - rev: v3.5.3 + rev: 3.5.3 hooks: - id: commitizen stages: [commit-msg]