From 3c4f51bd83d6da99b27b7836b91029b2112c0f3a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 21:35:01 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=84=20chore:=20pre-commit=20autoupdate?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) - [github.com/pycqa/flake8: 6.0.0 → 6.1.0](https://github.com/pycqa/flake8/compare/6.0.0...6.1.0) - [github.com/psf/black: 22.12.0 → 23.10.1](https://github.com/psf/black/compare/22.12.0...23.10.1) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v3.0.3](https://github.com/pre-commit/mirrors-prettier/compare/v3.0.0-alpha.4...v3.0.3) --- .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 795a441..7ebdcc5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,14 +4,14 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: "v4.4.0" + rev: "v4.5.0" hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files - repo: https://github.com/pycqa/flake8 - rev: "6.0.0" + rev: "6.1.0" hooks: - id: flake8 - repo: https://github.com/pycqa/isort @@ -26,11 +26,11 @@ repos: name: isort (pyi) types: [pyi] - repo: https://github.com/psf/black - rev: "22.12.0" + rev: "23.10.1" hooks: - id: black language_version: python3 - repo: https://github.com/pre-commit/mirrors-prettier - rev: "v3.0.0-alpha.4" + rev: "v3.0.3" hooks: - id: prettier