From baef07571ba63a9c328cf794c930eba7fe2eb9d7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 20:22:51 +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/prettier → https://github.com/pre-commit/mirrors-prettier - [github.com/pre-commit/mirrors-prettier: 2.0.5 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/2.0.5...v4.0.0-alpha.8) - https://github.com/python/black → https://github.com/psf/black - [github.com/psf/black: 19.10b0 → 24.1.1](https://github.com/psf/black/compare/19.10b0...24.1.1) - [github.com/pre-commit/pre-commit-hooks: v3.2.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v3.2.0...v4.5.0) - [github.com/pycqa/flake8: 3.8.3 → 7.0.0](https://github.com/pycqa/flake8/compare/3.8.3...7.0.0) - [github.com/asottile/blacken-docs: v1.7.0 → 1.16.0](https://github.com/asottile/blacken-docs/compare/v1.7.0...1.16.0) - [github.com/hcodes/yaspeller.git: v7.0.0 → v10.0.1](https://github.com/hcodes/yaspeller.git/compare/v7.0.0...v10.0.1) --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index fa4664d4..3d356f45 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,18 +3,18 @@ repos: - repo: meta hooks: - id: check-useless-excludes -- repo: https://github.com/prettier/prettier - rev: 2.0.5 +- repo: https://github.com/pre-commit/mirrors-prettier + rev: v4.0.0-alpha.8 hooks: - id: prettier files: \.(css|js|md|markdown|json) exclude: themes -- repo: https://github.com/python/black - rev: 19.10b0 +- repo: https://github.com/psf/black + rev: 24.1.1 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v3.2.0 + rev: v4.5.0 hooks: - id: check-added-large-files - id: check-ast @@ -41,7 +41,7 @@ repos: - id: trailing-whitespace exclude: themes - repo: https://github.com/pycqa/flake8 - rev: 3.8.3 + rev: 7.0.0 hooks: - id: flake8 - repo: local @@ -60,11 +60,11 @@ repos: types: - shell - repo: https://github.com/asottile/blacken-docs - rev: v1.7.0 + rev: 1.16.0 hooks: - id: blacken-docs - repo: https://github.com/hcodes/yaspeller.git - rev: v7.0.0 + rev: v10.0.1 hooks: - id: yaspeller files: \.en\.md