diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8fe5c53..cc7fd25 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 388d083..767d070 100644 --- a/README.rst +++ b/README.rst @@ -109,7 +109,7 @@ Enum Tools :target: https://github.com/domdfcoding/enum_tools/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/enum_tools diff --git a/doc-source/index.rst b/doc-source/index.rst index 22a9bd5..a43bc58 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -123,7 +123,7 @@ Enum Tools :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 4d34889..8153d36 100644 --- a/tox.ini +++ b/tox.ini @@ -291,11 +291,13 @@ filterwarnings = always:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning [testenv:py312-sphinx{3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2}] +download = True setenv = PYTHONDEVMODE=1 PIP_DISABLE_PIP_VERSION_CHECK=1 [testenv:py313-dev-sphinx{3.4,3.5,4.0,4.1,4.2,4.3,4.4,4.5,5.0,5.1,5.2,5.3,6.0,6.1,6.2,7.0,7.1,7.2}] +download = True setenv = PYTHONDEVMODE=1 PIP_DISABLE_PIP_VERSION_CHECK=1