From a81fc3a6699bee7f2fe80a0275e15ec137ddfa7d 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:40 +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: 20.8b1 → 26.1.0](https://github.com/psf/black-pre-commit-mirror/compare/20.8b1...26.1.0) - [github.com/PyCQA/flake8: 3.8.4 → 7.3.0](https://github.com/PyCQA/flake8/compare/3.8.4...7.3.0) - [github.com/asottile/pyupgrade: v2.7.4 → v3.21.2](https://github.com/asottile/pyupgrade/compare/v2.7.4...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 99300c9..2218bed 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,14 +1,14 @@ repos: - - repo: https://github.com/psf/black - rev: 20.8b1 + - repo: https://github.com/psf/black-pre-commit-mirror + rev: 26.1.0 hooks: - id: black - repo: https://github.com/PyCQA/flake8 - rev: "3.8.4" + rev: "7.3.0" hooks: - id: flake8 - repo: https://github.com/asottile/pyupgrade - rev: v2.7.4 + rev: v3.21.2 hooks: - id: pyupgrade args: [--py36-plus] From 011317f388a1a215abaa19f716e93fe3daad52a0 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:53 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- morepath_static/static.py | 1 - setup.py | 1 - 2 files changed, 2 deletions(-) diff --git a/morepath_static/static.py b/morepath_static/static.py index 99a6fa5..2fad3e5 100644 --- a/morepath_static/static.py +++ b/morepath_static/static.py @@ -3,7 +3,6 @@ from .app import App - bower = bowerstatic.Bower() diff --git a/setup.py b/setup.py index dde9789..d2f803f 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,5 @@ from setuptools import setup, find_packages - setup( name="morepath_static", version="0.2.dev0",