diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 770bfe278c..aee90fb483 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: 'v0.15.12' + rev: 'v0.15.20' hooks: # Run the formatter. - id: ruff-format @@ -13,7 +13,7 @@ repos: alias: check-docstrings entry: python utils/check_docstrings.py - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.11.15 + rev: 0.11.26 hooks: - id: uv-lock - repo: https://github.com/codespell-project/codespell @@ -25,7 +25,7 @@ repos: exclude: ^docs/api-completeness.md$ - repo: https://github.com/adhtruong/mirrors-typos # Use mirror to avoid autoupdate issue: https://github.com/crate-ci/typos/issues/390 - rev: 'v1.46.0' + rev: 'v1.48.0' hooks: - id: typos - repo: https://github.com/pycqa/flake8