diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ae6881baea..b2bc9283b9 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,7 +6,7 @@ repos: exclude: ^tests/\w+/snapshots/ - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.280 + rev: v0.0.286 hooks: - id: ruff exclude: ^tests/\w+/snapshots/ @@ -18,7 +18,7 @@ repos: exclude: (CHANGELOG|TWEET).md - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0 + rev: v3.0.2 hooks: - id: prettier files: '^docs/.*\.mdx?$' @@ -33,7 +33,7 @@ repos: - id: check-toml - repo: https://github.com/adamchainz/blacken-docs - rev: 1.15.0 + rev: 1.16.0 hooks: - id: blacken-docs args: [--skip-errors]