Browse Source

Add pre-commit config.

master
Chris Smith 5 years ago
parent
commit
6985fe93d4
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      .pre-commit-config.yaml

+ 6
- 0
.pre-commit-config.yaml View File

@@ -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

Loading…
Cancel
Save