From a182871ea57cd46fa589e28df76b3a4708ce3d2f Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 16:29:36 +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.3.0 → 23.7.0](https://github.com/psf/black/compare/23.3.0...23.7.0) - [github.com/asottile/pyupgrade: v3.9.0 → v3.10.1](https://github.com/asottile/pyupgrade/compare/v3.9.0...v3.10.1) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](https://github.com/PyCQA/flake8/compare/6.0.0...6.1.0) - [github.com/python-jsonschema/check-jsonschema: 0.23.2 → 0.24.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.23.2...0.24.1) --- .pre-commit-config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2899f76c..5033c00e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -19,7 +19,7 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: '23.3.0' + rev: '23.7.0' hooks: - id: black language_version: python3 # Should be a command that runs python3.8+ @@ -57,12 +57,12 @@ repos: - id: detect-private-key exclude: ^examples/ - repo: https://github.com/asottile/pyupgrade - rev: 'v3.9.0' + rev: 'v3.10.1' hooks: - id: pyupgrade args: ['--py36-plus'] - repo: https://github.com/PyCQA/flake8 - rev: '6.0.0' + rev: '6.1.0' hooks: - id: flake8 exclude: "^docs/" @@ -88,7 +88,7 @@ repos: - -ignore - 'SC1004:' - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.23.2 + rev: 0.24.1 hooks: - id: check-github-actions ci: