File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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$
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ consolekit
108108 :target: https://github.com/domdfcoding/consolekit/commit/master
109109 :alt: GitHub last commit
110110
111- .. |maintained | image :: https://img.shields.io/maintenance/yes/2024
111+ .. |maintained | image :: https://img.shields.io/maintenance/yes/2025
112112 :alt: Maintenance
113113
114114.. |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
114114 :last-commit:
115115 :alt: GitHub last commit
116116
117- .. |maintained | maintained-shield :: 2024
117+ .. |maintained | maintained-shield :: 2025
118118 :alt: Maintenance
119119
120120 .. |pypi-downloads | pypi-shield ::
Original file line number Diff line number Diff line change @@ -229,11 +229,13 @@ toplevel = consolekit
229229package = consolekit
230230
231231[testenv:py312-click{7.1,8.0,8.1}]
232+ download = True
232233setenv =
233234 PYTHONDEVMODE=1
234235 PIP_DISABLE_PIP_VERSION_CHECK=1
235236
236237[testenv:py313-dev-click{7.1,8.0,8.1}]
238+ download = True
237239setenv =
238240 PYTHONDEVMODE=1
239241 PIP_DISABLE_PIP_VERSION_CHECK=1
You can’t perform that action at this time.
0 commit comments