diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2bc4cd8..24d7c43 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.13.0 + rev: v3.14.1 hooks: - id: commitizen stages: [commit-msg] @@ -39,7 +39,7 @@ repos: - id: poetry-check args: ["--lock"] - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + rev: v4.0.0-alpha.8 hooks: - id: prettier args: ["--tab-width", "2"] @@ -53,7 +53,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: 23.12.1 + rev: 24.2.0 hooks: - id: black - repo: https://github.com/codespell-project/codespell @@ -70,7 +70,7 @@ repos: - id: mypy additional_dependencies: [] - repo: https://github.com/PyCQA/bandit - rev: 1.7.6 + rev: 1.7.7 hooks: - id: bandit args: [-x, tests]