File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5555 args : [--number]
5656 language : python
5757 additional_dependencies :
58- - mdformat-mkdocs==5.1.1
58+ - mdformat-mkdocs==5.1.2
5959
6060- repo : https://github.com/DavidAnson/markdownlint-cli2
6161 rev : v0.20.0
7373 - id : reuse-lint-file
7474
7575- repo : https://github.com/crate-ci/typos
76- rev : v1.40 .0
76+ rev : v1.42 .0
7777 hooks :
7878 - id : typos
7979
@@ -106,12 +106,12 @@ repos:
106106
107107# zizmor detects security vulnerabilities in GitHub Actions workflows.
108108- repo : https://github.com/woodruffw/zizmor-pre-commit
109- rev : v1.18 .0
109+ rev : v1.20 .0
110110 hooks :
111111 - id : zizmor
112112
113113- repo : https://github.com/python-jsonschema/check-jsonschema
114- rev : 0.35 .0
114+ rev : 0.36 .0
115115 hooks :
116116 - id : check-github-workflows
117117 args : ["--verbose"]
@@ -124,7 +124,7 @@ repos:
124124# `actionlint` hook, for verifying correct syntax in GitHub Actions workflows.
125125# Some additional configuration for `actionlint` can be found in `.github/actionlint.yaml`.
126126- repo : https://github.com/rhysd/actionlint
127- rev : v1.7.9
127+ rev : v1.7.10
128128 hooks :
129129 - id : actionlint
130130 language : golang
Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ def __init__(self, *fields: Any) -> None:
188188
189189class RadioSelect (Field ):
190190 """
191- Custom radio select widget to be used for radio buttion tooltip, help_text, errors.
191+ Custom radio select widget to be used for radio button tooltip, help_text, errors.
192192
193193 Triggers validation via `up-validate` on selection to let the form react to the selection.
194194 Supports option tooltip on the radio select label.
You can’t perform that action at this time.
0 commit comments