diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 643af8b7b7..373ba09659 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.1.6 + rev: v0.1.13 hooks: - id: ruff-format exclude: ^tests/\w+/snapshots/ @@ -14,7 +14,7 @@ repos: exclude: (CHANGELOG|TWEET).md - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + rev: v4.0.0-alpha.8 hooks: - id: prettier files: '^docs/.*\.mdx?$'