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