From f9deaab93ba713d621104666cdc6d52050147960 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 18:06: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/pre-commit-hooks: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.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.9.1](https://github.com/psf/black/compare/22.6.0...23.9.1) - [github.com/PyCQA/flake8: 5.0.4 → 6.1.0](https://github.com/PyCQA/flake8/compare/5.0.4...6.1.0) - [github.com/sirosen/check-jsonschema: 0.17.1 → 0.26.3](https://github.com/sirosen/check-jsonschema/compare/0.17.1...0.26.3) --- .pre-commit-config.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e964f4a..79811bd 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.4.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.9.1 hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ - repo: https://github.com/PyCQA/flake8 - rev: 5.0.4 + rev: 6.1.0 hooks: - id: flake8 args: [--count, --show-source, --statistics, --max-line-length=90] @@ -36,7 +36,7 @@ repos: args: [--profile, black, --filter-files] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.17.1 + rev: 0.26.3 hooks: - id: check-github-workflows - id: check-jsonschema