We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 185ebf3 commit 34ae432Copy full SHA for 34ae432
.pre-commit-config.yaml
@@ -0,0 +1,6 @@
1
+repos:
2
+- repo: https://github.com/ambv/black
3
+ rev: stable
4
+ hooks:
5
+ - id: black
6
+ language_version: python3.6
0 commit comments