santacoder-search / Makefile
cakiki's picture
Duplicate from bigscience-data/roots-search
cb35e87
.PHONY: style
# Format source code automatically
style:
black --line-length 119 --target-version py36 .
isort .