From 05d91643d2313ef53d79d37692cb58acf7631fa3 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 19:28:16 +0000 Subject: [PATCH] ci: pre-commit autoupdate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit updates: - [github.com/asottile/pyupgrade: v2.31.0 → v3.15.2](https://github.com/asottile/pyupgrade/compare/v2.31.0...v3.15.2) - [github.com/adamchainz/django-upgrade: 1.4.0 → 1.16.0](https://github.com/adamchainz/django-upgrade/compare/1.4.0...1.16.0) - [github.com/codespell-project/codespell: v2.1.0 → v2.2.6](https://github.com/codespell-project/codespell/compare/v2.1.0...v2.2.6) --- .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 c0963489..5b6424bc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,13 +9,13 @@ ci: repos: - repo: https://github.com/asottile/pyupgrade - rev: v2.31.0 + rev: v3.15.2 hooks: - id: pyupgrade args: ["--py310-plus"] - repo: https://github.com/adamchainz/django-upgrade - rev: '1.4.0' + rev: '1.16.0' hooks: - id: django-upgrade args: [--target-version, "4.0"] @@ -44,7 +44,7 @@ repos: - id: isort - repo: https://github.com/codespell-project/codespell - rev: v2.1.0 + rev: v2.2.6 hooks: - id: codespell exclude: >