diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9fa98c3..b38cd22 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ default_install_hook_types: repos: - repo: https://github.com/compilerla/conventional-pre-commit - rev: v4.3.0 + rev: v4.4.0 hooks: - id: conventional-pre-commit stages: [commit-msg] @@ -24,7 +24,7 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black-pre-commit-mirror - rev: 25.11.0 + rev: 26.1.0 hooks: - id: black types: @@ -38,7 +38,7 @@ repos: - python - repo: https://github.com/pycqa/bandit - rev: 1.9.2 + rev: 1.9.3 hooks: - id: bandit args: ["-ll"]