From b8aea63ce9669b874664e61321f0bd54ec419889 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 17:10:37 +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: - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 22.3.0 → 26.1.0](https://github.com/psf/black-pre-commit-mirror/compare/22.3.0...26.1.0) - [github.com/PyCQA/flake8: 4.0.1 → 7.3.0](https://github.com/PyCQA/flake8/compare/4.0.1...7.3.0) - [github.com/asottile/pyupgrade: v2.32.1 → v3.21.2](https://github.com/asottile/pyupgrade/compare/v2.32.1...v3.21.2) --- .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 52150ab..2218bed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ repos: - - repo: https://github.com/psf/black - rev: 22.3.0 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.1.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: "4.0.1" + rev: "7.3.0" hooks: - id: flake8 - repo: https://github.com/asottile/pyupgrade - rev: v2.32.1 + rev: v3.21.2 hooks: - id: pyupgrade args: [--py36-plus] From 6827fb2100aacf340e64f262a99e193f1ccaee23 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 17:11:49 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- morepath_batching/model.py | 1 - setup.py | 1 - 2 files changed, 2 deletions(-) diff --git a/morepath_batching/model.py b/morepath_batching/model.py index da9075a..13ce01f 100644 --- a/morepath_batching/model.py +++ b/morepath_batching/model.py @@ -1,6 +1,5 @@ from faker import Faker - BATCH_SIZE = 10 diff --git a/setup.py b/setup.py index 2d61507..cf8862b 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,5 @@ from setuptools import setup, find_packages - setup( name="morepath_batching", version="0.2.dev0",