From ce04b35c1f0aa8452ea0151f7a0d27328ac26d16 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 18:06:00 +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: - https://github.com/prettier/pre-commit → https://github.com/pre-commit/mirrors-prettier - [github.com/pre-commit/mirrors-prettier: v2.2.0 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v2.2.0...v4.0.0-alpha.8) - [github.com/pycqa/flake8: 6.1.0 → 7.0.0](https://github.com/pycqa/flake8/compare/6.1.0...7.0.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 2d63b0e..4c78766 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -59,8 +59,8 @@ repos: - id: trailing-whitespace # Autoformat: YAML, JSON, Markdown, etc. - - repo: https://github.com/prettier/pre-commit - rev: v2.2.0 + - repo: https://github.com/pre-commit/mirrors-prettier + rev: v4.0.0-alpha.8 hooks: - id: prettier args: @@ -143,7 +143,7 @@ repos: # additional_dependencies: [black] - repo: https://github.com/pycqa/flake8 - rev: "6.1.0" + rev: "7.0.0" hooks: - id: flake8 entry: pflake8