From 81e8a2ae1475630e701d5a66b3a2d020112a2ac4 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 12:41:43 +0000 Subject: [PATCH] MAINT: autoupdate pre-commit hooks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/psf/black: 23.3.0 → 23.9.1](https://github.com/psf/black/compare/23.3.0...23.9.1) - [github.com/pre-commit/mirrors-prettier: v3.0.0 → v3.0.3](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0...v3.0.3) - [github.com/ComPWA/mirrors-pyright: v1.1.316 → v1.1.329](https://github.com/ComPWA/mirrors-pyright/compare/v1.1.316...v1.1.329) - [github.com/asottile/pyupgrade: v3.9.0 → v3.14.0](https://github.com/asottile/pyupgrade/compare/v3.9.0...v3.14.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.277 → v0.0.292](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.277...v0.0.292) - [github.com/ComPWA/mirrors-taplo: v0.8.0 → v0.8.1](https://github.com/ComPWA/mirrors-taplo/compare/v0.8.0...v0.8.1) --- .pre-commit-config.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 446bf8d..1f2ccfa 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black - rev: 23.3.0 + rev: 23.9.1 hooks: - id: black @@ -42,30 +42,30 @@ repos: - id: isort - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0 + rev: v3.0.3 hooks: - id: prettier - repo: https://github.com/ComPWA/mirrors-pyright - rev: v1.1.316 + rev: v1.1.329 hooks: - id: pyright - repo: https://github.com/asottile/pyupgrade - rev: v3.9.0 + rev: v3.14.0 hooks: - id: pyupgrade args: - --py37-plus - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.277 + rev: v0.0.292 hooks: - id: ruff args: - --fix - repo: https://github.com/ComPWA/mirrors-taplo - rev: v0.8.0 + rev: v0.8.1 hooks: - id: taplo