File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 path : dist
5151 merge-multiple : true
5252 - name : Generate artifact attestation for sdist and wheel(s)
53- uses : actions/attest@59d89421af93a897026c735860bf21b6eb4f7b26 # v4.1.0
53+ uses : actions/attest@a1948c3f048ba23858d222213b7c278aabede763 # v4.1.1
5454 with :
5555 subject-path : dist/*
5656 - uses : pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
Original file line number Diff line number Diff line change 2121 with :
2222 client-id : ${{ secrets.APP_ID }}
2323 private-key : ${{ secrets.APP_PRIVATE_KEY }}
24- - uses : munich-quantum-toolkit/templates@7fe3464fde16330f8d452127a16e29019d7fc81c # v1.3.1
24+ - uses : munich-quantum-toolkit/templates@6b796f4c0404f74be469f32a3dcac05ef61d7b72 # v1.3.3
2525 with :
2626 token : ${{ steps.create-token.outputs.token }}
2727 name : SCPD
Original file line number Diff line number Diff line change @@ -45,14 +45,14 @@ repos:
4545
4646 # # Check pyproject.toml file
4747 - repo : https://github.com/henryiii/validate-pyproject-schema-store
48- rev : 2026.06.14
48+ rev : 2026.06.26
4949 hooks :
5050 - id : validate-pyproject
5151 priority : 0
5252
5353 # # Ensure uv.lock is up to date
5454 - repo : https://github.com/astral-sh/uv-pre-commit
55- rev : 0.11.23
55+ rev : 0.11.25
5656 hooks :
5757 - id : uv-lock
5858 priority : 0
@@ -128,7 +128,7 @@ repos:
128128
129129 # # Format and lint Python files with ruff
130130 - repo : https://github.com/astral-sh/ruff-pre-commit
131- rev : v0.15.18
131+ rev : v0.15.20
132132 hooks :
133133 - id : ruff-check
134134 require_serial : true
@@ -139,7 +139,7 @@ repos:
139139
140140 # # Check Python types with ty
141141 - repo : https://github.com/astral-sh/ty-pre-commit
142- rev : v0.0.51
142+ rev : v0.0.55
143143 hooks :
144144 - id : ty
145145 args : [--only-dev]
You can’t perform that action at this time.
0 commit comments