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 c006067 commit c2e2417Copy full SHA for c2e2417
.pre-commit-config.yaml
@@ -0,0 +1,9 @@
1
+# black is in dev.txt, so local repo is used here.
2
+repos:
3
+- repo: local
4
+ hooks:
5
+ - id: black
6
+ name: black
7
+ entry: black
8
+ language: system
9
+ types: [python]
0 commit comments