diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ce124d8e..8ee255e1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,18 +2,18 @@ exclude: '^$' fail_fast: false repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.6.3' + rev: 'v0.6.9' hooks: - id: ruff - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml args: [--unsafe] - repo: https://github.com/PyCQA/bandit - rev: '1.7.9' # Update me! + rev: '1.7.10' # Update me! hooks: - id: bandit args: [--ini, .bandit]