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 2020
2121 # https://docs.astral.sh/ruff/integrations/#pre-commit
2222 - repo : https://github.com/astral-sh/ruff-pre-commit
23- rev : v0.14.9
23+ rev : v0.14.10
2424 hooks :
2525 # Run the linter with fixes
2626 - id : ruff-check
2929 - id : ruff-format
3030
3131 - repo : https://github.com/crate-ci/typos
32- rev : v1.40 .0
32+ rev : v1.42 .0
3333 hooks :
3434 - id : typos
3535
3939 - id : mdformat
4040 language : python
4141 additional_dependencies :
42- - mdformat-mkdocs==5.1.1
42+ - mdformat-mkdocs==5.1.2
4343
4444 - repo : https://github.com/DavidAnson/markdownlint-cli2
4545 rev : v0.20.0
@@ -48,12 +48,12 @@ repos:
4848
4949 # zizmor detects security vulnerabilities in GitHub Actions workflows.
5050 - repo : https://github.com/woodruffw/zizmor-pre-commit
51- rev : v1.18 .0
51+ rev : v1.20 .0
5252 hooks :
5353 - id : zizmor
5454
5555 - repo : https://github.com/python-jsonschema/check-jsonschema
56- rev : 0.35 .0
56+ rev : 0.36 .0
5757 hooks :
5858 - id : check-github-workflows
5959 args : ["--verbose"]
6464 # `actionlint` hook, for verifying correct syntax in GitHub Actions workflows.
6565 # Some additional configuration for `actionlint` can be found in `.github/actionlint.yaml`.
6666 - repo : https://github.com/rhysd/actionlint
67- rev : v1.7.9
67+ rev : v1.7.10
6868 hooks :
6969 - id : actionlint
7070 language : golang
You can’t perform that action at this time.
0 commit comments