Skip to content

Commit 9098922

Browse files
[repo-helper] Configuration Update (#101)
* 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 dac4f09 commit 9098922

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
@@ -109,7 +109,7 @@ Enum Tools
109109
:target: https://github.com/domdfcoding/enum_tools/commit/master
110110
:alt: GitHub last commit
111111

112-
.. |maintained| image:: https://img.shields.io/maintenance/yes/2024
112+
.. |maintained| image:: https://img.shields.io/maintenance/yes/2025
113113
:alt: Maintenance
114114

115115
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/enum_tools

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Enum Tools
123123
:last-commit:
124124
:alt: GitHub last commit
125125

126-
.. |maintained| maintained-shield:: 2024
126+
.. |maintained| maintained-shield:: 2025
127127
:alt: Maintenance
128128

129129
.. |pypi-downloads| pypi-shield::

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,11 +291,13 @@ filterwarnings =
291291
always:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning
292292
293293
[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}]
294+
download = True
294295
setenv =
295296
PYTHONDEVMODE=1
296297
PIP_DISABLE_PIP_VERSION_CHECK=1
297298
298299
[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}]
300+
download = True
299301
setenv =
300302
PYTHONDEVMODE=1
301303
PIP_DISABLE_PIP_VERSION_CHECK=1

0 commit comments

Comments
 (0)