From f2a883e0ed8c17bb9e745c879b0f2a782640f648 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 08:22:22 +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.282 → v0.0.286](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.282...v0.0.286) - [github.com/asottile/blacken-docs: 1.15.0 → 1.16.0](https://github.com/asottile/blacken-docs/compare/1.15.0...1.16.0) - [github.com/abravalheri/validate-pyproject: v0.13 → v0.14](https://github.com/abravalheri/validate-pyproject/compare/v0.13...v0.14) --- .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 c783a1d9d..e95e04144 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -43,7 +43,7 @@ repos: exclude: "asdf/(extern||_jsonschema)/.*" - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.0.282' + rev: 'v0.0.286' hooks: - id: ruff args: ["--fix"] @@ -54,11 +54,11 @@ repos: - id: black - repo: https://github.com/asottile/blacken-docs - rev: '1.15.0' + rev: '1.16.0' hooks: - id: blacken-docs - repo: https://github.com/abravalheri/validate-pyproject - rev: "v0.13" + rev: "v0.14" hooks: - id: validate-pyproject