Skip to content

Commit 57a21a5

Browse files
authored
Remove RST-related checks from pre-commit config (#223)
Removed checks for common RST formatting mistakes.
1 parent da8598e commit 57a21a5

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,6 @@ repos:
6868
- id: python-use-type-annotations
6969
name: run check for type annotations not comments
7070
description: Enforce that python3.6+ type annotations are used instead of type comments
71-
- id: rst-backticks
72-
name: run rst-backticks
73-
description: detect common mistake of using single backticks when writing rst
74-
- id: rst-directive-colons
75-
name: run rst-directive-colons
76-
description: detect mistake of rst directive not ending with double colon or space before the double colon
77-
- id: rst-inline-touching-normal
78-
name: run rst-inline-touching-normal
79-
description: detect mistake of inline code touching normal text in rst
8071
- id: text-unicode-replacement-char
8172
name: run check for no unicode replacement char
8273
description: Forbid files which have a UTF-8 Unicode replacement character

0 commit comments

Comments
 (0)