From feb34813389b79e5880322022f3f25e824b3eebd Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 16:52:23 +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/python-jsonschema/check-jsonschema: 0.28.2 → 0.28.3](https://github.com/python-jsonschema/check-jsonschema/compare/0.28.2...0.28.3) - [github.com/tox-dev/pyproject-fmt: 1.8.0 → 2.1.1](https://github.com/tox-dev/pyproject-fmt/compare/1.8.0...2.1.1) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4722e9e9..d7dff3d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.2 + rev: 0.28.3 hooks: - id: check-github-workflows - id: check-dependabot @@ -46,7 +46,7 @@ repos: additional_dependencies: - tomli - repo: https://github.com/tox-dev/pyproject-fmt - rev: 1.8.0 + rev: 2.1.1 hooks: - id: pyproject-fmt additional_dependencies: ["tox>=4.9"]