From 3dafcc3d48d66b8a2f7a4541bbcf0e1b6906ff0b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 18:21:44 +0000 Subject: [PATCH 1/2] [pre-commit.ci] pre-commit autoupdate 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 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v5.0.0) - [github.com/psf/black: 23.3.0 → 25.1.0](https://github.com/psf/black/compare/23.3.0...25.1.0) - [github.com/PyCQA/isort: 5.12.0 → 6.0.1](https://github.com/PyCQA/isort/compare/5.12.0...6.0.1) - [github.com/PyCQA/flake8: 6.0.0 → 7.2.0](https://github.com/PyCQA/flake8/compare/6.0.0...7.2.0) - [github.com/asottile/pyupgrade: v3.4.0 → v3.19.1](https://github.com/asottile/pyupgrade/compare/v3.4.0...v3.19.1) - [github.com/adamchainz/django-upgrade: 1.13.0 → 1.24.0](https://github.com/adamchainz/django-upgrade/compare/1.13.0...1.24.0) - [github.com/floatingpurr/sync_with_poetry: 1.0.0 → 1.2.0](https://github.com/floatingpurr/sync_with_poetry/compare/1.0.0...1.2.0) --- .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 2c69064..7632409 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com/hooks.html for more hooks repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -10,38 +10,38 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: "23.3.0" + rev: "25.1.0" hooks: - id: black exclude: "tests/snapshots/" - repo: https://github.com/PyCQA/isort - rev: "5.12.0" + rev: "6.0.1" hooks: - id: isort exclude: "tests/snapshots/" - repo: https://github.com/PyCQA/flake8 - rev: "6.0.0" + rev: "7.2.0" hooks: - id: flake8 exclude: "tests/snapshots/" - repo: https://github.com/asottile/pyupgrade - rev: "v3.4.0" + rev: "v3.19.1" hooks: - id: pyupgrade args: [ --py37-plus ] exclude: "tests/snapshots/" - repo: https://github.com/adamchainz/django-upgrade - rev: "1.13.0" + rev: "1.24.0" hooks: - id: django-upgrade args: [--target-version, "2.2"] exclude: "tests/snapshots/" - repo: https://github.com/floatingpurr/sync_with_poetry - rev: 1.0.0 + rev: 1.2.0 hooks: - id: sync_with_poetry From fdc9d07b83bcbb63069d297b117e99958723b412 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 18:21:51 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7632409..197bc0b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ repos: - id: check-added-large-files - repo: https://github.com/psf/black - rev: "25.1.0" + rev: "23.3.0" hooks: - id: black exclude: "tests/snapshots/"