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