From 6bde7211ca2416c42099b6562cd36e31137bd79e Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 19:28:32 +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/pre-commit/mirrors-eslint: v8.53.0 → v9.0.0-alpha.1](https://github.com/pre-commit/mirrors-eslint/compare/v8.53.0...v9.0.0-alpha.1) - [github.com/psf/black: 23.11.0 → 23.12.1](https://github.com/psf/black/compare/23.11.0...23.12.1) - [github.com/astral-sh/ruff-pre-commit: v0.1.5 → v0.1.13](https://github.com/astral-sh/ruff-pre-commit/compare/v0.1.5...v0.1.13) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.1.0...v4.0.0-alpha.8) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fff019d..b2c4c88 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: sort-simple-yaml - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-eslint - rev: v8.53.0 + rev: v9.0.0-alpha.1 hooks: - id: eslint args: [--fix] @@ -28,7 +28,7 @@ repos: - eslint@latest - eslint-config-prettier - repo: https://github.com/psf/black - rev: 23.11.0 + rev: 23.12.1 hooks: - id: black - repo: https://github.com/codespell-project/codespell @@ -38,7 +38,7 @@ repos: additional_dependencies: ["tomli"] - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: "v0.1.5" + rev: "v0.1.13" hooks: - id: ruff args: [--fix] @@ -48,6 +48,6 @@ repos: - id: mdformat args: ["--wrap=80"] - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.1.0 + rev: v4.0.0-alpha.8 hooks: - id: prettier