File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 ::
Original file line number Diff line number Diff 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
255256setenv =
256257 PYTHONDEVMODE=1
257258 PIP_DISABLE_PIP_VERSION_CHECK=1
258259
259260[testenv:py313-dev-click{7,8.0,8.1}]
261+ download = True
260262setenv =
261263 PYTHONDEVMODE=1
262264 PIP_DISABLE_PIP_VERSION_CHECK=1
You can’t perform that action at this time.
0 commit comments