From 6c45b4b893359f15335ca9ec2d9ce3936c02358b Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 19:28:03 +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/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v6.0.0) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.3.0 → 25.9.0](https://github.com/psf/black-pre-commit-mirror/compare/23.3.0...25.9.0) - [github.com/PyCQA/isort: 5.12.0 → 6.1.0](https://github.com/PyCQA/isort/compare/5.12.0...6.1.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.3.0](https://github.com/PyCQA/flake8/compare/6.0.0...7.3.0) - [github.com/asottile/pyupgrade: v3.4.0 → v3.20.0](https://github.com/asottile/pyupgrade/compare/v3.4.0...v3.20.0) - [github.com/adamchainz/django-upgrade: 1.13.0 → 1.29.0](https://github.com/adamchainz/django-upgrade/compare/1.13.0...1.29.0) - [github.com/floatingpurr/sync_with_poetry: 1.0.0 → 1.2.1](https://github.com/floatingpurr/sync_with_poetry/compare/1.0.0...1.2.1) --- .pre-commit-config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2c69064..80d7b50 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,46 +2,46 @@ # 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: v6.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: check-yaml - id: check-added-large-files -- repo: https://github.com/psf/black - rev: "23.3.0" +- repo: https://github.com/psf/black-pre-commit-mirror + rev: "25.9.0" hooks: - id: black exclude: "tests/snapshots/" - repo: https://github.com/PyCQA/isort - rev: "5.12.0" + rev: "6.1.0" hooks: - id: isort exclude: "tests/snapshots/" - repo: https://github.com/PyCQA/flake8 - rev: "6.0.0" + rev: "7.3.0" hooks: - id: flake8 exclude: "tests/snapshots/" - repo: https://github.com/asottile/pyupgrade - rev: "v3.4.0" + rev: "v3.20.0" hooks: - id: pyupgrade args: [ --py37-plus ] exclude: "tests/snapshots/" - repo: https://github.com/adamchainz/django-upgrade - rev: "1.13.0" + rev: "1.29.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.1 hooks: - id: sync_with_poetry