roots-search / Makefile
ola13's picture
ROOTS search tool
2ce847c
.PHONY: style
# Format source code automatically
style:
black --line-length 119 --target-version py36 .
isort .