Skip to content

Commit faa9e17

Browse files
[repo-helper] Configuration Update (#91)
* 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 801fc8c commit faa9e17

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ See `the documentation`_ for more information.
119119
:target: https://github.com/python-formate/formate/commit/master
120120
:alt: GitHub last commit
121121

122-
.. |maintained| image:: https://img.shields.io/maintenance/yes/2024
122+
.. |maintained| image:: https://img.shields.io/maintenance/yes/2025
123123
:alt: Maintenance
124124

125125
.. |pypi-downloads| image:: https://img.shields.io/pypi/dm/formate

doc-source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ formate
119119
:last-commit:
120120
:alt: GitHub last commit
121121

122-
.. |maintained| maintained-shield:: 2024
122+
.. |maintained| maintained-shield:: 2025
123123
:alt: Maintenance
124124

125125
.. |pypi-downloads| pypi-shield::

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,11 +252,13 @@ filterwarnings =
252252
always:ast.Str is deprecated and will be removed in Python 3.14; use ast.Constant instead:DeprecationWarning
253253
254254
[testenv:py312-click{7,8.0,8.1}]
255+
download = True
255256
setenv =
256257
PYTHONDEVMODE=1
257258
PIP_DISABLE_PIP_VERSION_CHECK=1
258259
259260
[testenv:py313-dev-click{7,8.0,8.1}]
261+
download = True
260262
setenv =
261263
PYTHONDEVMODE=1
262264
PIP_DISABLE_PIP_VERSION_CHECK=1

0 commit comments

Comments
 (0)