Browse Source

Setup precommit

Son NK 5 years ago
parent
commit
ed42a16b8e
1 changed files with 6 additions and 0 deletions
  1. 6 0
      .pre-commit-config.yaml

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

@@ -0,0 +1,6 @@
+repos:
+-   repo: https://github.com/ambv/black
+    rev: stable
+    hooks:
+    - id: black
+      language_version: python3.7