diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 96f26cc..6108cc7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ fail_fast: false repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.14.3' + rev: 'v0.14.7' hooks: - id: ruff - repo: https://github.com/pre-commit/pre-commit-hooks @@ -15,12 +15,12 @@ repos: - id: check-yaml args: [--unsafe] - repo: https://github.com/PyCQA/bandit - rev: '1.8.6' # Update me! + rev: '1.9.2' # Update me! hooks: - id: bandit args: [--ini, .bandit] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.18.2' # Use the sha / tag you want to point at + rev: 'v1.19.0' # Use the sha / tag you want to point at hooks: - id: mypy additional_dependencies: