Lint: Enable pre-commit default role checks (#3415)

This commit is contained in:
Adam Turner 2023-09-01 20:41:07 +01:00 committed by GitHub
parent d285b1ae1d
commit 678bc9b8d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -79,15 +79,15 @@ repos:
hooks:
- id: rst-backticks
name: "Check RST: No single backticks"
files: '^pep-\d\.txt|\.rst$'
files: '^pep-\d+\.(rst|txt)$'
types: [text]
- id: rst-inline-touching-normal
name: "Check RST: No backticks touching text"
files: '^pep-\d+\.txt|\.rst$'
files: '^pep-\d+\.(rst|txt)$'
types: [text]
- id: rst-directive-colons
name: "Check RST: 2 colons after directives"
files: '^pep-\d+\.txt|\.rst$'
files: '^pep-\d+\.(rst|txt)$'
types: [text]
# Manual codespell check