Merge pull request #5795 from jbampton/pre-commit-autoupdate

pre-commit autoupdate, fix spelling, update codespell.txt
This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-09-18 00:06:36 +09:00
committed by GitHub
3 changed files with 7 additions and 4 deletions
+3 -3
View File
@@ -32,14 +32,14 @@ repos:
# - id: forbid-tabs
# - id: remove-tabs
- repo: https://github.com/codespell-project/codespell
rev: v2.1.0
rev: v2.2.1
hooks:
- id: codespell
name: Run codespell
description: Check spelling with codespell
entry: codespell --ignore-words=codespell.txt
- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.32.1
rev: v0.32.2
hooks:
- id: markdownlint
name: Run markdownlint
@@ -48,7 +48,7 @@ repos:
types: [markdown]
files: \.(md|mdown|markdown)$
- repo: https://github.com/adrienverge/yamllint
rev: v1.27.1
rev: v1.28.0
hooks:
- id: yamllint
name: Run yamllint
+3
View File
@@ -1,8 +1,10 @@
ans
ba
clen
creat
delet
disabl
falsy
filetest
fo
hel
@@ -12,6 +14,7 @@ methid
nd
quitt
remore
ro
runn
sting
upto
+1 -1
View File
@@ -446,7 +446,7 @@ tr_bitmap_detect(uint8_t bitmap[32], uint8_t ch)
return FALSE;
}
/* compile patter to bitmap */
/* compile pattern to bitmap */
static void
tr_compile_pattern(const struct tr_pattern *pat, mrb_value pstr, uint8_t bitmap[32])
{