From b77da98c84457d26d0c64b0476b52c61f059d95b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 22:36:46 +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/psf/black: 23.12.1 → 24.8.0](https://github.com/psf/black/compare/23.12.1...24.8.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/sirosen/check-jsonschema: 0.27.3 → 0.29.2](https://github.com/sirosen/check-jsonschema/compare/0.27.3...0.29.2) --- .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 eb5c3b3..f1bcf03 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -3,7 +3,7 @@ ci: repos: - repo: https://github.com/psf/black - rev: 23.12.1 # Replace by any tag/version: https://github.com/psf/black/tags + rev: 24.8.0 # Replace by any tag/version: https://github.com/psf/black/tags hooks: - id: black language_version: python3 # Should be a command that runs python3.6+ @@ -16,7 +16,7 @@ repos: args: [--profile=black] - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.5.0 + rev: v4.6.0 hooks: - id: end-of-file-fixer - id: check-case-conflict @@ -32,7 +32,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/sirosen/check-jsonschema - rev: 0.27.3 + rev: 0.29.2 hooks: - id: check-jsonschema name: "Check GitHub Workflows"