Skip to content

Commit 2d86381

Browse files
[repo-helper] Configuration Update (#39)
* 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 d44445e commit 2d86381

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.pre-commit-config.yaml

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ snippet-fmt
9999
:target: https://github.com/python-formate/snippet-fmt/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/snippet-fmt

doc-source/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ snippet-fmt
104104
:last-commit:
105105
:alt: GitHub last commit
106106

107-
.. |maintained| maintained-shield:: 2024
107+
.. |maintained| maintained-shield:: 2025
108108
:alt: Maintenance
109109

110110
.. |pypi-downloads| pypi-shield::

tox.ini

+2
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,13 @@ filterwarnings =
239239
ignore:lib2to3 package is deprecated and may not be able to parse Python 3.10+:PendingDeprecationWarning
240240
241241
[testenv:py312-click{7,8}]
242+
download = True
242243
setenv =
243244
PYTHONDEVMODE=1
244245
PIP_DISABLE_PIP_VERSION_CHECK=1
245246
246247
[testenv:py313-dev-click{7,8}]
248+
download = True
247249
setenv =
248250
PYTHONDEVMODE=1
249251
PIP_DISABLE_PIP_VERSION_CHECK=1

0 commit comments

Comments
 (0)