File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 3737
3838name : " Build Python source and docs artifacts"
3939
40+ permissions : {}
41+
4042# Set from inputs for workflow_dispatch, or set defaults to test push/PR events
4143env :
4244 GIT_REMOTE : ${{ github.event.inputs.git_remote || 'python' }}
Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: Test
22
33on : [push, pull_request, workflow_dispatch]
44
5+ permissions : {}
6+
57env :
68 FORCE_COLOR : 1
79
Original file line number Diff line number Diff line change 11repos :
22 - repo : https://github.com/astral-sh/ruff-pre-commit
3- rev : v0.8.2
3+ rev : v0.9.6
44 hooks :
55 - id : ruff
66 args : [--exit-non-zero-on-fix]
77
88 - repo : https://github.com/psf/black-pre-commit-mirror
9- rev : 24.10 .0
9+ rev : 25.1 .0
1010 hooks :
1111 - id : black
1212
@@ -25,18 +25,18 @@ repos:
2525 - id : trailing-whitespace
2626
2727 - repo : https://github.com/python-jsonschema/check-jsonschema
28- rev : 0.30.0
28+ rev : 0.31.1
2929 hooks :
3030 - id : check-dependabot
3131 - id : check-github-workflows
3232
3333 - repo : https://github.com/rhysd/actionlint
34- rev : v1.7.4
34+ rev : v1.7.7
3535 hooks :
3636 - id : actionlint
3737
3838 - repo : https://github.com/woodruffw/zizmor-pre-commit
39- rev : v0.8.0
39+ rev : v1.3.1
4040 hooks :
4141 - id : zizmor
4242
@@ -51,14 +51,11 @@ repos:
5151 - id : validate-pyproject
5252
5353 - repo : https://github.com/tox-dev/tox-ini-fmt
54- rev : 1.4.1
54+ rev : 1.5.0
5555 hooks :
5656 - id : tox-ini-fmt
5757
5858 - repo : meta
5959 hooks :
6060 - id : check-hooks-apply
6161 - id : check-useless-excludes
62-
63- ci :
64- autoupdate_schedule : quarterly
You can’t perform that action at this time.
0 commit comments