diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e289da9f..bcef5fdc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: stages: [commit-msg] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace - id: mixed-line-ending @@ -31,14 +31,14 @@ repos: - python - repo: https://github.com/PyCQA/flake8 - rev: 7.2.0 + rev: 7.3.0 hooks: - id: flake8 types: - python - repo: https://github.com/pycqa/bandit - rev: 1.8.3 + rev: 1.8.6 hooks: - id: bandit args: ["-ll"]