diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ee88a17..3fc12ca 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 9eacbbd..855c5b5 100644 --- a/README.rst +++ b/README.rst @@ -99,7 +99,7 @@ importcheck :target: https://github.com/python-coincidence/importcheck/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/importcheck diff --git a/doc-source/index.rst b/doc-source/index.rst index 518d591..aff621d 100644 --- a/doc-source/index.rst +++ b/doc-source/index.rst @@ -108,7 +108,7 @@ importcheck :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 6009c50..66ffd09 100644 --- a/tox.ini +++ b/tox.ini @@ -246,11 +246,13 @@ addopts = --color yes --durations 25 timeout = 300 [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