From 706e8fd1b829cab4a820eadcc4d44b2998ceb6d7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 4 Jul 2023 05:50:56 +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/adamchainz/django-upgrade: 1.13.0 → 1.14.0](https://github.com/adamchainz/django-upgrade/compare/1.13.0...1.14.0) - [github.com/asottile/pyupgrade: v3.3.2 → v3.8.0](https://github.com/asottile/pyupgrade/compare/v3.3.2...v3.8.0) - [github.com/sirosen/check-jsonschema: 0.22.0 → 0.23.2](https://github.com/sirosen/check-jsonschema/compare/0.22.0...0.23.2) - [github.com/adrienverge/yamllint: v1.31.0 → v1.32.0](https://github.com/adrienverge/yamllint/compare/v1.31.0...v1.32.0) --- .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 07425f529..b277cd597 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -6,12 +6,12 @@ default_language_version: minimum_pre_commit_version: "1.20.0" repos: - repo: https://github.com/adamchainz/django-upgrade - rev: 1.13.0 + rev: 1.14.0 hooks: - id: django-upgrade args: [--target-version, "3.2"] - repo: https://github.com/asottile/pyupgrade - rev: v3.3.2 + rev: v3.8.0 hooks: - id: pyupgrade args: @@ -22,12 +22,12 @@ repos: - id: isort args: ["--profile", "black", "--filter-files"] - repo: https://github.com/sirosen/check-jsonschema - rev: 0.22.0 + rev: 0.23.2 hooks: - id: check-github-workflows - id: check-readthedocs - repo: https://github.com/adrienverge/yamllint - rev: v1.31.0 + rev: v1.32.0 hooks: - id: yamllint - repo: https://github.com/psf/black