Skip to content

Commit

Permalink
Use upstream rst-backticks hook (#930)
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile authored and nicoddemus committed Jul 29, 2018
1 parent f717a61 commit 03a8df1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .pre-commit-config.yaml
Expand Up @@ -34,10 +34,7 @@ repos:
rev: v1.4.0
hooks:
- id: pyupgrade
- repo: local
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.0.0
hooks:
- id: rst-backticks
name: rst ``code`` is two backticks
entry: ' `[^`]+[^_]`([^_]|$)'
language: pygrep
types: [rst]

0 comments on commit 03a8df1

Please sign in to comment.