diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ccb202d..69dce6e 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-added-large-files - id: check-case-conflict @@ -22,13 +22,13 @@ repos: - id: removestar args: [--in-place, pyprojectsort] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.9.10" + rev: "v0.15.11" hooks: - id: ruff args: [--fix] - id: ruff-format - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.17.3 + rev: v10.0.0 hooks: - id: cspell - repo: https://github.com/pre-commit/mirrors-prettier