From 4050e09a6777b8edb349de9d04272bc08c58a190 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 01:20:58 +0100 Subject: [PATCH] [pre-commit.ci] pre-commit autoupdate (#503) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) - [github.com/psf/black: 23.3.0 → 23.11.0](https://github.com/psf/black/compare/23.3.0...23.11.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v4.5.0) - [github.com/asottile/pyupgrade: v3.9.0 → v3.15.0](https://github.com/asottile/pyupgrade/compare/v3.9.0...v3.15.0) - [github.com/PyCQA/flake8: 6.0.0 → 6.1.0](https://github.com/PyCQA/flake8/compare/6.0.0...6.1.0) - [github.com/rhysd/actionlint: v1.6.25 → v1.6.26](https://github.com/rhysd/actionlint/compare/v1.6.25...v1.6.26) - [github.com/python-jsonschema/check-jsonschema: 0.23.2 → 0.27.1](https://github.com/python-jsonschema/check-jsonschema/compare/0.23.2...0.27.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- .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 2899f76c..b24733ba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ repos: entry: ./tools/check_changes.py pass_filenames: false - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.4.0' + rev: 'v4.5.0' hooks: - id: check-merge-conflict - repo: https://github.com/asottile/yesqa @@ -19,12 +19,12 @@ repos: hooks: - id: isort - repo: https://github.com/psf/black - rev: '23.3.0' + rev: '23.11.0' hooks: - id: black language_version: python3 # Should be a command that runs python3.8+ - repo: https://github.com/pre-commit/pre-commit-hooks - rev: 'v4.4.0' + rev: 'v4.5.0' hooks: - id: end-of-file-fixer exclude: >- @@ -57,12 +57,12 @@ repos: - id: detect-private-key exclude: ^examples/ - repo: https://github.com/asottile/pyupgrade - rev: 'v3.9.0' + rev: 'v3.15.0' 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/" @@ -75,7 +75,7 @@ repos: exclude: >- ^CHANGES\.rst$ - repo: https://github.com/rhysd/actionlint - rev: v1.6.25 + rev: v1.6.26 hooks: - id: actionlint-docker args: @@ -88,7 +88,7 @@ repos: - -ignore - 'SC1004:' - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.23.2 + rev: 0.27.1 hooks: - id: check-github-actions ci: