We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f114d commit 136377cCopy full SHA for 136377c
.pre-commit-config.yaml
@@ -0,0 +1,7 @@
1
+repos:
2
+- repo: https://github.com/ambv/black
3
+ rev: stable
4
+ hooks:
5
+ - id: black
6
+ args: [--line-length=79]
7
+ language_version: python3.6
0 commit comments