Setup precommit

This commit is contained in:
Son NK 2020-03-15 19:16:00 +01:00
parent 93765335ed
commit ed42a16b8e
1 changed files with 6 additions and 0 deletions

6
.pre-commit-config.yaml Normal file
View File

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