We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04d8fcd commit 7ba119cCopy full SHA for 7ba119c
.pre-commit-config.yaml
@@ -58,6 +58,13 @@ repos:
58
- id: file-contents-sorter
59
files: spelling_private_dict\.txt$
60
- 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
68
- repo: https://github.com/mrtazz/checkmake.git
69
rev: 0.2.2
70
hooks:
0 commit comments