Skip to content

Commit eb76755

Browse files
committed
Remove rst pre-commit linter
1 parent 0d038b3 commit eb76755

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.pre-commit-config.yaml

+1-8
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,4 @@ repos:
4444
- id: detect-aws-credentials
4545
args: ["--allow-missing-credentials"]
4646
- id: detect-private-key
47-
exclude: ^README.rst|(?:tests/)/
48-
49-
- repo: https://github.com/Lucas-C/pre-commit-hooks-markup
50-
rev: v1.0.1
51-
hooks:
52-
- id: rst-linter
53-
files: >-
54-
^[^/]+[.]rst$
47+
exclude: ^README.md|(?:tests/)/

0 commit comments

Comments
 (0)