Skip to content

Commit 00dc503

Browse files
committed
🔧 config: limit only text file will be checked by typo
1 parent b2bc05c commit 00dc503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
language: python
77
minimum_pre_commit_version: 2.9.2
88
require_serial: true
9-
types_or: [] # 对所有文件类型进行检查
9+
types_or: [text]

0 commit comments

Comments
 (0)