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 @@ -99,7 +99,7 @@ importcheck
9999 :target: https://github.com/python-coincidence/importcheck/commit/master
100100 :alt: GitHub last commit
101101
102- .. |maintained | image :: https://img.shields.io/maintenance/yes/2024
102+ .. |maintained | image :: https://img.shields.io/maintenance/yes/2025
103103 :alt: Maintenance
104104
105105.. |pypi-downloads | image :: https://img.shields.io/pypi/dm/importcheck
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ importcheck
108108 :last-commit:
109109 :alt: GitHub last commit
110110
111- .. |maintained | maintained-shield :: 2024
111+ .. |maintained | maintained-shield :: 2025
112112 :alt: Maintenance
113113
114114 .. |pypi-downloads | pypi-shield ::
Original file line number Diff line number Diff line change @@ -246,11 +246,13 @@ addopts = --color yes --durations 25
246246timeout = 300
247247
248248[testenv:py312-click{7.1,8.0,8.1}]
249+ download = True
249250setenv =
250251 PYTHONDEVMODE=1
251252 PIP_DISABLE_PIP_VERSION_CHECK=1
252253
253254[testenv:py313-dev-click{7.1,8.0,8.1}]
255+ download = True
254256setenv =
255257 PYTHONDEVMODE=1
256258 PIP_DISABLE_PIP_VERSION_CHECK=1
You can’t perform that action at this time.
0 commit comments