File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 "enabled" : true
2828 },
2929 "packageRules" : [
30+ {
31+ "description" : " Only update major Python versions manually" ,
32+ "enabled" : false ,
33+ "matchPackageNames" : [
34+ " python"
35+ ]
36+ },
3037 {
3138 "groupName" : " pep621" ,
3239 "matchManagers" : [
5865 ]
5966 },
6067 {
61- "description" : " Update frquently changing pre-commit hooks on Tuesday mornings" ,
68+ "description" : " Update frequently changing pre-commit hooks on Tuesday mornings" ,
6269 "matchManagers" : [
6370 " pre-commit"
6471 ],
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ jobs:
102102 run : uv run -- pre-commit run --all-files --hook-stage manual # TODO: Add GitHub workflows output format
103103
104104 - uses : pre-commit-ci/lite-action@v1.1.0
105- if : ${{ !cancelled() }}
105+ if : ${{!cancelled()}}
106106
107107 pymarkdown :
108108 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments