File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 name : python-package-distributions
125125 path : dist/
126126 - name : Sign the dists with Sigstore
127- uses : sigstore/gh-action-sigstore-python@v3.1 .0
127+ uses : sigstore/gh-action-sigstore-python@v3.2 .0
128128 with :
129129 inputs : >-
130130 ./dist/*.tar.gz
Original file line number Diff line number Diff line change 8181 # mdformat is not enabled by default, but can be run manually with:
8282 # pre-commit run mdformat --all-files --hook-stage manual
8383 - repo : https://github.com/executablebooks/mdformat
84- rev : 0.7.22 # blocked by https://github.com/executablebooks/mdformat-myst/issues/45
84+ rev : 1.0.0
8585 hooks :
8686 - id : mdformat
8787 stages : [ manual ]
@@ -104,7 +104,7 @@ repos:
104104 additional_dependencies : [setuptools-scm]
105105
106106 - repo : https://github.com/astral-sh/ruff-pre-commit
107- rev : v0.14.6
107+ rev : v0.14.8
108108 hooks :
109109 - id : ruff-format
110110 - id : ruff
Original file line number Diff line number Diff line change @@ -7,10 +7,12 @@ Unreleased changes
77
88## CI/CD
99
10+ - Bump sigstore/gh-action-sigstore-python from 3.1.0 to 3.2.0 ({gh-pr}` 359 ` )
1011- Bump actions/checkout from 5 to 6 ({gh-pr}` 357 ` )
1112- Bump actions/download-artifact from 5 to 6 ({gh-pr}` 354 ` )
1213- Bump actions/upload-artifact from 4 to 5 ({gh-pr}` 353 ` )
1314- Bump sigstore/gh-action-sigstore-python from 3.0.1 to 3.1.0 ({gh-pr}` 352 ` )
15+ - pre-commit autoupdate ({gh-pr}` 358 ` )
1416- pre-commit autoupdate ({gh-pr}` 355 ` )
1517- pre-commit autoupdate ({gh-pr}` 350 ` )
1618
Original file line number Diff line number Diff line change 2626 "reportImportCycles" : " error" ,
2727 "reportMissingSuperCall" : " warning" ,
2828 "reportPropertyTypeMismatch" : " error" ,
29- "reportShadowedImports" : " error" ,
3029 "reportUninitializedInstanceVariable" : " error" ,
3130 "reportUnnecessaryTypeIgnoreComment" : " error" ,
3231 // turn off some of the strictest settings
You can’t perform that action at this time.
0 commit comments