diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index acabb1eb..62b840ad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ exclude: '^$' fail_fast: false repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.11.12' + rev: 'v0.12.2' hooks: - id: ruff - repo: https://github.com/pre-commit/pre-commit-hooks @@ -13,12 +13,12 @@ repos: - id: check-yaml args: [--unsafe] - repo: https://github.com/PyCQA/bandit - rev: '1.8.3' # Update me! + rev: '1.8.6' # Update me! hooks: - id: bandit args: [--ini, .bandit] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.16.0' # Use the sha / tag you want to point at + rev: 'v1.16.1' # Use the sha / tag you want to point at hooks: - id: mypy additional_dependencies: