diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 835564b..e20811c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -23,7 +23,7 @@ repos: hooks: - id: toml-sort-fix - repo: https://github.com/google/yamlfmt - rev: "v0.13.0" + rev: "v0.14.0" hooks: - id: yamlfmt - repo: https://github.com/codespell-project/codespell @@ -32,12 +32,12 @@ repos: - id: codespell args: [] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.6.9' + rev: 'v0.7.2' hooks: - id: ruff - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.11.2' + rev: 'v1.13.0' hooks: - id: mypy exclude: tests