Skip to content

Commit f56087d

Browse files
committed
[CodeStyle][Typos] Bump typos to v1.39.2
1 parent b9c8dd7 commit f56087d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,28 +19,28 @@ repos:
1919
- id: remove-tabs
2020
types: [text]
2121
- repo: https://github.com/PFCCLab/typos-pre-commit-mirror.git
22-
rev: v1.38.1
22+
rev: v1.39.2
2323
hooks:
2424
- id: typos
2525
args: [--force-exclude]
26-
# Document hooks
2726
- repo: https://github.com/PFCCLab/dochooks
27+
# Document hooks
2828
rev: v0.6.0
2929
hooks:
3030
- id: insert-whitespace-between-cn-and-en-char
3131
files: \.md$|\.rst$
3232
- id: check-case-conflict
33-
# For Python files
3433
- repo: https://github.com/astral-sh/ruff-pre-commit
34+
# For Python files
3535
rev: v0.13.0
3636
hooks:
3737
- id: ruff-check
3838
args: [--fix, --exit-non-zero-on-fix, --no-cache]
3939
types_or: [python, pyi]
4040
- id: ruff-format
4141
types_or: [python, pyi, jupyter]
42-
# For YAML files
4342
- repo: https://github.com/PFCCLab/yamlfmt-pre-commit-mirror.git
43+
# For YAML files
4444
rev: v0.16.0
4545
hooks:
4646
- id: yamlfmt

0 commit comments

Comments
 (0)