File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ exclude: |
1919
2020repos :
2121 - repo : https://github.com/abravalheri/validate-pyproject
22- rev : v0.23
22+ rev : v0.24
2323 hooks :
2424 - id : validate-pyproject
2525
6060 - black==25.1.0
6161
6262 - repo : https://github.com/crate-ci/typos
63- rev : v1.30.0
63+ rev : v1.30.2
6464 hooks :
6565 - id : typos
6666
7474 pass_filenames : false # This makes it a lot faster
7575
7676 - repo : https://github.com/astral-sh/ruff-pre-commit
77- rev : v0.9.9
77+ rev : v0.11.0
7878 hooks :
7979 - id : ruff-format
8080 - id : ruff
@@ -84,20 +84,20 @@ repos:
8484
8585 # Prettier
8686 - repo : https://github.com/rbubley/mirrors-prettier
87- rev : v3.5.2
87+ rev : v3.5.3
8888 hooks :
8989 - id : prettier
9090 types : [yaml]
9191
9292 # zizmor detects security vulnerabilities in GitHub Actions workflows.
9393 # Additional configuration for the tool is found in `.github/zizmor.yml`
9494 - repo : https://github.com/woodruffw/zizmor-pre-commit
95- rev : v1.4 .1
95+ rev : v1.5 .1
9696 hooks :
9797 - id : zizmor
9898
9999 - repo : https://github.com/python-jsonschema/check-jsonschema
100- rev : 0.31.2
100+ rev : 0.31.3
101101 hooks :
102102 - id : check-github-workflows
103103
You can’t perform that action at this time.
0 commit comments