Skip to content

Commit 7ba119c

Browse files
committed
Add pygrep hooks
1 parent 04d8fcd commit 7ba119c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,13 @@ repos:
5858
- id: file-contents-sorter
5959
files: spelling_private_dict\.txt$
6060
- id: trailing-whitespace
61+
- repo: https://github.com/pre-commit/pygrep-hooks
62+
rev: v1.10.0 # Use the ref you want to point at
63+
hooks:
64+
- id: rst-directive-colons
65+
- id: rst-inline-touching-normal
66+
- id: text-unicode-replacement-char
67+
- id: rst-backticks
6168
- repo: https://github.com/mrtazz/checkmake.git
6269
rev: 0.2.2
6370
hooks:

0 commit comments

Comments
 (0)