Skip to content

Commit f64c747

Browse files
[repo-helper] Configuration Update (#63)
* Updated files with 'repo_helper'. * Updated files with 'repo_helper'. --------- Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 52af525 commit f64c747

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ repos:
8181
- id: snippet-fmt
8282

8383
- repo: https://github.com/python-formate/formate
84-
rev: v0.7.0
84+
rev: v0.8.0
8585
hooks:
8686
- id: formate
8787
exclude: ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ importcheck
9999
:target: https://github.com/python-coincidence/importcheck/commit/master
100100
:alt: GitHub last commit
101101

102-
.. |maintained| image:: https://img.shields.io/maintenance/yes/2024
102+
.. |maintained| image:: https://img.shields.io/maintenance/yes/2025
103103
:alt: Maintenance
104104

105105
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/importcheck

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ importcheck
108108
:last-commit:
109109
:alt: GitHub last commit
110110

111-
.. |maintained| maintained-shield:: 2024
111+
.. |maintained| maintained-shield:: 2025
112112
:alt: Maintenance
113113

114114
.. |pypi-downloads| pypi-shield::

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,11 +246,13 @@ addopts = --color yes --durations 25
246246
timeout = 300
247247
248248
[testenv:py312-click{7.1,8.0,8.1}]
249+
download = True
249250
setenv =
250251
PYTHONDEVMODE=1
251252
PIP_DISABLE_PIP_VERSION_CHECK=1
252253
253254
[testenv:py313-dev-click{7.1,8.0,8.1}]
255+
download = True
254256
setenv =
255257
PYTHONDEVMODE=1
256258
PIP_DISABLE_PIP_VERSION_CHECK=1

0 commit comments

Comments
 (0)