diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4e45823..eef0f83 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 # Use the ref you want to point at + rev: v6.0.0 # Use the ref you want to point at hooks: - id: trailing-whitespace - id: check-ast @@ -11,7 +11,7 @@ repos: - id: end-of-file-fixer - id: mixed-line-ending args: [--fix=lf] - - id: check-byte-order-marker + - id: fix-byte-order-marker - id: check-merge-conflict - id: check-symlinks - id: detect-private-key @@ -20,12 +20,12 @@ repos: - id: check-toml - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.6.12 + rev: 0.9.18 hooks: - id: uv-lock - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.11.4' + rev: 'v0.14.10' hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -34,7 +34,7 @@ repos: types_or: [python, jupyter] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.15.0 + rev: v1.19.1 hooks: - id: mypy entry: python3 -m mypy --config-file pyproject.toml