diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a4d32d2..4798647 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -81,7 +81,7 @@ repos: - id: snippet-fmt - repo: https://github.com/python-formate/formate - rev: v0.7.0 + rev: v0.8.0 hooks: - id: formate exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$ diff --git a/README.rst b/README.rst index 16360cc..462ba9a 100644 --- a/README.rst +++ b/README.rst @@ -108,7 +108,7 @@ consolekit :target: https://github.com/domdfcoding/consolekit/commit/master :alt: GitHub last commit -.. |maintained| image:: https://img.shields.io/maintenance/yes/2024 +.. |maintained| image:: https://img.shields.io/maintenance/yes/2025 :alt: Maintenance .. |pypi-downloads| image:: https://img.shields.io/pypi/dm/consolekit diff --git a/doc-source/index.rst b/doc-source/index.rst index bff6b23..9d777f2 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -114,7 +114,7 @@ consolekit :last-commit: :alt: GitHub last commit - .. |maintained| maintained-shield:: 2024 + .. |maintained| maintained-shield:: 2025 :alt: Maintenance .. |pypi-downloads| pypi-shield:: diff --git a/tox.ini b/tox.ini index be38f16..e5c6968 100644 --- a/tox.ini +++ b/tox.ini @@ -229,11 +229,13 @@ toplevel = consolekit package = consolekit [testenv:py312-click{7.1,8.0,8.1}] +download = True setenv = PYTHONDEVMODE=1 PIP_DISABLE_PIP_VERSION_CHECK=1 [testenv:py313-dev-click{7.1,8.0,8.1}] +download = True setenv = PYTHONDEVMODE=1 PIP_DISABLE_PIP_VERSION_CHECK=1