Skip to content

Commit 2a59728

Browse files
chore: update pre-commit hooks (#54)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Tetsuo Koyama <tkoyama010@gmail.com>
1 parent 4e75a46 commit 2a59728

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ ci:
44
autoupdate_schedule: weekly
55
repos:
66
- repo: https://github.com/python-jsonschema/check-jsonschema
7-
rev: 0.28.2
7+
rev: 0.29.3
88
hooks:
99
- id: check-github-workflows
1010
- repo: https://github.com/codespell-project/codespell
11-
rev: v2.2.6
11+
rev: v2.3.0
1212
hooks:
1313
- id: codespell
1414
args: ["-L", ""]
@@ -18,7 +18,7 @@ repos:
1818
- id: prettier
1919
types_or: [yaml, markdown, html, css, scss, javascript, json]
2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: v4.6.0
21+
rev: v5.0.0
2222
hooks:
2323
- id: check-added-large-files
2424
- id: check-case-conflict

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
We as members, contributors, and leaders pledge to make participation in our
2525
community a harassment-free experience for everyone, regardless of age, body
2626
size, visible or invisible disability, ethnicity, sex characteristics, gender
27-
identity and expression, level of experience, education, socio-economic status,
27+
identity and expression, level of experience, education, socioeconomic status,
2828
nationality, personal appearance, race, religion, or sexual identity
2929
and orientation.
3030

0 commit comments

Comments
 (0)