Skip to content

Commit

Permalink
🔧 config: limit only text file will be checked by typo
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXnneHang committed Nov 17, 2024
1 parent b2bc05c commit 00dc503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
language: python
minimum_pre_commit_version: 2.9.2
require_serial: true
types_or: [] # 对所有文件类型进行检查
types_or: [text]

0 comments on commit 00dc503

Please sign in to comment.