File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed 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 @@ -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
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