Skip to content

Commit 9d07f70

Browse files
committed
Added rst checks to pre-commit configuration
1 parent cf4bc52 commit 9d07f70

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
@@ -33,3 +33,10 @@ repos:
3333
additional_dependencies:
3434
- pytest
3535
- "sqlalchemy[mypy] < 2.0"
36+
37+
- repo: https://github.com/pre-commit/pygrep-hooks
38+
rev: v1.10.0
39+
hooks:
40+
- id: rst-backticks
41+
- id: rst-directive-colons
42+
- id: rst-inline-touching-normal

0 commit comments

Comments
 (0)