Sfoglia il codice sorgente

Add pre-commit config.

master
Chris Smith 6 anni fa
parent
commit
6985fe93d4
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6
    0
      .pre-commit-config.yaml

+ 6
- 0
.pre-commit-config.yaml Vedi 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…
Annulla
Salva