File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed
Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,5 @@ updates:
1414 prefix : " [pip prod] "
1515 prefix-development : " [pip dev] "
1616 include : " scope"
17+ cooldown :
18+ default-days : 7
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ repos:
1919 - id : sort-simple-yaml
2020 files : .pre-commit-config.yaml
2121 - repo : https://github.com/psf/black-pre-commit-mirror
22- rev : 25.9 .0
22+ rev : 25.11 .0
2323 hooks :
2424 - id : black
2525 - repo : https://github.com/astral-sh/ruff-pre-commit
26- rev : v0.14.3
26+ rev : v0.14.7
2727 hooks :
2828 - id : ruff-check
2929 types : [file]
@@ -40,10 +40,11 @@ repos:
4040 additional_dependencies :
4141 - tomli
4242 - repo : https://github.com/adhtruong/mirrors-typos
43- rev : v1.38.1
43+ rev : v1.40.0
4444 hooks :
4545 - id : typos
4646 - repo : https://github.com/woodruffw/zizmor-pre-commit
47- rev : v1.16.1
47+ rev : v1.18.0
4848 hooks :
4949 - id : zizmor
50+ args : ["--fix", "--no-progress"]
You can’t perform that action at this time.
0 commit comments