Skip to content

Commit 2e87aef

Browse files
committed
Add blacken-docs pre-commit hook
1 parent 851a02d commit 2e87aef

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ repos:
55
- id: black
66
args: [--safe, --quiet]
77
language_version: python3.6
8+
- repo: https://github.com/asottile/blacken-docs
9+
rev: v0.2.0
10+
hooks:
11+
- id: blacken-docs
12+
additional_dependencies: [black==18.6b4]
13+
language_version: python3.6
814
- repo: https://github.com/pre-commit/pre-commit-hooks
915
rev: v1.3.0
1016
hooks:

0 commit comments

Comments
 (0)