mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
Add "make style" to format code with black.
This commit is contained in:
parent
6e5291a915
commit
36883c1192
1 changed files with 4 additions and 0 deletions
4
Makefile
Normal file
4
Makefile
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
.PHONY: style
|
||||
|
||||
style:
|
||||
black --line-length 119 examples templates transformers utils
|
||||
Loading…
Reference in a new issue