We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 851a02d commit 2e87aefCopy full SHA for 2e87aef
.pre-commit-config.yaml
@@ -5,6 +5,12 @@ repos:
5
- id: black
6
args: [--safe, --quiet]
7
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
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
rev: v1.3.0
16
hooks:
0 commit comments