diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1cb83fb..736359e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: trailing-whitespace exclude: test/.*\.py @@ -23,14 +23,14 @@ repos: - id: mixed-line-ending - repo: https://github.com/PyCQA/bandit - rev: '1.8.5' + rev: '1.8.6' hooks: - id: bandit args: ["-c", "pyproject.toml"] additional_dependencies: ["bandit[toml]"] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.12.1 + rev: v0.14.4 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -38,6 +38,6 @@ repos: types_or: [ python, pyi, jupyter] - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.16.1' + rev: 'v1.18.2' hooks: - id: mypy