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] 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",