Skip to content

Commit ee8ce48

Browse files
Merge branch 'main' into dependabot/github_actions/actions/checkout-6
2 parents 33d5161 + f15be83 commit ee8ce48

4 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ repos:
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

docs/reference/changelog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

pyrightconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
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

0 commit comments

Comments
 (0)