diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8340c555..c7f5d1bf 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ ci: repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.8 + rev: v0.1.9 hooks: - id: ruff args: @@ -46,7 +46,7 @@ repos: - c++ - cuda - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + rev: v4.0.0-alpha.8 hooks: - id: prettier stages: @@ -113,7 +113,7 @@ repos: - id: forbid-bidi-controls - id: alphabetize-codeowners - repo: https://github.com/streetsidesoftware/cspell-cli - rev: v8.1.1 + rev: v8.2.0 hooks: - id: cspell - repo: local