From f5d270ae772e9f890fa8e3d2bd8f96b2ec35794f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:51:55 +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/pre-commit-hooks: v4.3.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.5.0) - [github.com/jumanjihouse/pre-commit-hook-yamlfmt: 0.2.2 → 0.2.3](https://github.com/jumanjihouse/pre-commit-hook-yamlfmt/compare/0.2.2...0.2.3) - [github.com/psf/black: 22.6.0 → 23.11.0](https://github.com/psf/black/compare/22.6.0...23.11.0) - [github.com/PyCQA/flake8: 4.0.1 → 6.1.0](https://github.com/PyCQA/flake8/compare/4.0.1...6.1.0) - [github.com/pycqa/isort: 5.12.0 → 5.13.0](https://github.com/pycqa/isort/compare/5.12.0...5.13.0) - [github.com/asottile/setup-cfg-fmt: v1.20.1 → v2.5.0](https://github.com/asottile/setup-cfg-fmt/compare/v1.20.1...v2.5.0) - [github.com/sirosen/check-jsonschema: 0.17.0 → 0.27.3](https://github.com/sirosen/check-jsonschema/compare/0.17.0...0.27.3) --- .pre-commit-config.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f25fdaa..55f3fb4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.5.0 hooks: - id: check-json - id: check-yaml @@ -10,18 +10,18 @@ repos: - id: trailing-whitespace - repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt - rev: 0.2.2 + rev: 0.2.3 hooks: - id: yamlfmt - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 23.11.0 hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ - repo: https://github.com/PyCQA/flake8 - rev: 4.0.1 + rev: 6.1.0 hooks: - id: flake8 args: [--count, --show-source, --statistics] @@ -29,18 +29,18 @@ repos: - flake8-bugbear==21.3.1 - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.13.0 hooks: - id: isort args: [--profile, black, --filter-files] - repo: https://github.com/asottile/setup-cfg-fmt - rev: v1.20.1 + rev: v2.5.0 hooks: - id: setup-cfg-fmt - repo: https://github.com/sirosen/check-jsonschema - rev: 0.17.0 + rev: 0.27.3 hooks: - id: check-github-workflows