Skip to content

Commit 5df52fd

Browse files
Merge pull request #358 from tpvasconcelos/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 350b210 + b078c09 commit 5df52fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Unreleased changes
1212
- Bump sigstore/gh-action-sigstore-python from 3.0.1 to 3.1.0 ({gh-pr}`352`)
1313
- pre-commit autoupdate ({gh-pr}`355`)
1414
- pre-commit autoupdate ({gh-pr}`350`)
15+
- pre-commit autoupdate ({gh-pr}`358`)
1516

1617
---
1718

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)