Skip to content

Commit eef2779

Browse files
chore(deps): update pre-commit hooks (#1862)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Matthias Schoettle <[email protected]>
1 parent 3756791 commit eef2779

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ repos:
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
@@ -73,7 +73,7 @@ repos:
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

opal/core/forms/layouts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def __init__(self, *fields: Any) -> None:
188188

189189
class 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.

0 commit comments

Comments
 (0)