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 @@ -108,7 +108,7 @@ consolekit
108
108
:target: https://github.com/domdfcoding/consolekit/commit/master
109
109
:alt: GitHub last commit
110
110
111
- .. |maintained | image :: https://img.shields.io/maintenance/yes/2024
111
+ .. |maintained | image :: https://img.shields.io/maintenance/yes/2025
112
112
:alt: Maintenance
113
113
114
114
.. |pypi-downloads | image :: https://img.shields.io/pypi/dm/consolekit
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ consolekit
114
114
:last-commit:
115
115
:alt: GitHub last commit
116
116
117
- .. |maintained | maintained-shield :: 2024
117
+ .. |maintained | maintained-shield :: 2025
118
118
:alt: Maintenance
119
119
120
120
.. |pypi-downloads | pypi-shield ::
Original file line number Diff line number Diff line change @@ -229,11 +229,13 @@ toplevel = consolekit
229
229
package = consolekit
230
230
231
231
[testenv:py312-click{7.1,8.0,8.1}]
232
+ download = True
232
233
setenv =
233
234
PYTHONDEVMODE=1
234
235
PIP_DISABLE_PIP_VERSION_CHECK=1
235
236
236
237
[testenv:py313-dev-click{7.1,8.0,8.1}]
238
+ download = True
237
239
setenv =
238
240
PYTHONDEVMODE=1
239
241
PIP_DISABLE_PIP_VERSION_CHECK=1
You can’t perform that action at this time.
0 commit comments