Add "make style" to format code with black.

This commit is contained in:
Aymeric Augustin 2019-12-21 15:50:39 +01:00
parent 6e5291a915
commit 36883c1192
1 changed files with 4 additions and 0 deletions

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
.PHONY: style
style:
black --line-length 119 examples templates transformers utils