Setup precommit

This commit is contained in:
Son NK 2020-03-15 19:16:00 +01:00 committed by Son NK
parent b583a8fc8d
commit b4fd427008
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