diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c1d18d5..d67259b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: - id: no-commit-to-branch args: ["--branch", "main"] - repo: https://github.com/commitizen-tools/commitizen - rev: v3.18.3 + rev: v3.18.4 hooks: - id: commitizen stages: [commit-msg] @@ -53,7 +53,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 24.2.0 + rev: 24.3.0 hooks: - id: black - repo: https://github.com/codespell-project/codespell