coretk - added to pre-commit

This commit is contained in:
Blake Harnden 2019-09-18 11:39:48 -07:00
parent 2f8935b4c9
commit 372a690af9
3 changed files with 119 additions and 1 deletions

View file

@ -10,6 +10,7 @@ coretk = "python coretk/app.py"
flake8 = "*"
isort = "*"
black = "==19.3b0"
pre-commit = "*"
[packages]
coretk = {editable = true,path = "."}