From 6c505566af1ace6c0e39f3b0fab3479d5281b143 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 16:49:34 +0000 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.280 → v0.0.285](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.280...v0.0.285) - [github.com/pre-commit/mirrors-prettier: v3.0.0 → v3.0.2](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0...v3.0.2) - [github.com/adamchainz/blacken-docs: 1.15.0 → 1.16.0](https://github.com/adamchainz/blacken-docs/compare/1.15.0...1.16.0) --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ae6881baea..4bbeefd6ac 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.285 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]