generated from ShigureLab/python-lib-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.pre-commit-hooks.yaml
More file actions
18 lines (18 loc) · 733 Bytes
/
.pre-commit-hooks.yaml
File metadata and controls
18 lines (18 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
- id: check-whitespace-between-cn-and-en-char
name: CN-[whitespace]-EN checker
description: Ensure Chinese and English characters are separated by a space.
entry: check-whitespace-between-cn-and-en-char
language: python
types: [text]
- id: insert-whitespace-between-cn-and-en-char
name: CN-[whitespace]-EN fixer
description: Insert a space between Chinese and English characters automatically.
entry: insert-whitespace-between-cn-and-en-char
language: python
types: [text]
- id: check-case-conflict
name: Case-insensitive filesystem conflict checker
description: Check for filename conflicts on case-insensitive filesystems (APFS, NTFS).
entry: check-case-conflict
language: python
pass_filenames: true