Python - Add Makefile with Black formatting

This commit is contained in:
Anthony MOI
2020-02-18 10:45:10 -05:00
parent 1509f747af
commit 4706151c32

6
bindings/python/Makefile Normal file
View File

@@ -0,0 +1,6 @@
.PHONY: style
# Format source code automatically
style:
black --line-length 100 --target-version py35 examples tokenizers