mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-03 12:50:06 +06:00
5 lines
85 B
Makefile
5 lines
85 B
Makefile
.PHONY: style
|
|
|
|
style:
|
|
black --line-length 119 examples templates transformers utils
|