diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 968c944..196d048 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ ci: repos: - repo: https://github.com/commitizen-tools/commitizen - rev: v4.2.2 + rev: v4.4.1 hooks: - id: commitizen stages: [commit-msg] @@ -42,7 +42,7 @@ repos: - id: pyupgrade args: [--py39-plus] - repo: https://github.com/PyCQA/isort - rev: 6.0.0 + rev: 6.0.1 hooks: - id: isort - repo: https://github.com/psf/black