mirror of
https://github.com/mii443/tokenizers.git
synced 2025-12-07 13:18:31 +00:00
Python - Add Makefile with Black formatting
This commit is contained in:
6
bindings/python/Makefile
Normal file
6
bindings/python/Makefile
Normal file
@@ -0,0 +1,6 @@
|
||||
.PHONY: style
|
||||
|
||||
# Format source code automatically
|
||||
|
||||
style:
|
||||
black --line-length 100 --target-version py35 examples tokenizers
|
||||
Reference in New Issue
Block a user