File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 81
81
- id : snippet-fmt
82
82
83
83
- repo : https://github.com/python-formate/formate
84
- rev : v0.7 .0
84
+ rev : v0.8 .0
85
85
hooks :
86
86
- id : formate
87
87
exclude : ^(doc-source/conf|__pkginfo__|setup)\.(_)?py$
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ snippet-fmt
99
99
:target: https://github.com/python-formate/snippet-fmt/commit/master
100
100
:alt: GitHub last commit
101
101
102
- .. |maintained | image :: https://img.shields.io/maintenance/yes/2024
102
+ .. |maintained | image :: https://img.shields.io/maintenance/yes/2025
103
103
:alt: Maintenance
104
104
105
105
.. |pypi-downloads | image :: https://img.shields.io/pypi/dm/snippet-fmt
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ snippet-fmt
104
104
:last-commit:
105
105
:alt: GitHub last commit
106
106
107
- .. |maintained | maintained-shield :: 2024
107
+ .. |maintained | maintained-shield :: 2025
108
108
:alt: Maintenance
109
109
110
110
.. |pypi-downloads | pypi-shield ::
Original file line number Diff line number Diff line change @@ -239,11 +239,13 @@ filterwarnings =
239
239
ignore:lib2to3 package is deprecated and may not be able to parse Python 3.10+:PendingDeprecationWarning
240
240
241
241
[testenv:py312-click{7,8}]
242
+ download = True
242
243
setenv =
243
244
PYTHONDEVMODE=1
244
245
PIP_DISABLE_PIP_VERSION_CHECK=1
245
246
246
247
[testenv:py313-dev-click{7,8}]
248
+ download = True
247
249
setenv =
248
250
PYTHONDEVMODE=1
249
251
PIP_DISABLE_PIP_VERSION_CHECK=1
You can’t perform that action at this time.
0 commit comments