diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 717999d..c9552aa 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 + rev: v6.0.0 hooks: - id: check-toml - id: check-yaml @@ -10,22 +10,22 @@ repos: - id: trailing-whitespace args: [--markdown-linebreak-ext=md] - repo: https://github.com/rbubley/mirrors-prettier - rev: v3.5.3 + rev: v3.7.4 hooks: - id: prettier - repo: https://github.com/pycqa/doc8 - rev: v1.1.2 + rev: v2.0.0 hooks: - id: doc8 exclude: README\.rst - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.11.7 # also update pyproject.toml + rev: v0.14.9 # also update pyproject.toml hooks: - id: ruff args: [--fix] - id: ruff-format - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.6.17 + rev: 0.9.17 hooks: - id: uv-lock - id: uv-export