diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 64fea46..cc3b8ba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate' repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files - id: check-case-conflict @@ -19,11 +19,11 @@ repos: - id: check-toml - id: check-yaml - repo: https://github.com/pappasam/toml-sort - rev: v0.24.2 + rev: v0.24.3 hooks: - id: toml-sort-fix - repo: https://github.com/google/yamlfmt - rev: "v0.16.0" + rev: "v0.17.2" 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.9.9' + rev: 'v0.13.3' hooks: - id: ruff - id: ruff-format - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.15.0' + rev: 'v1.18.2' hooks: - id: mypy exclude: tests