gaia / Makefile
ola13's picture
bootstrap the app
5d0f7ed
raw
history blame
No virus
116 Bytes
.PHONY: style
# Format source code automatically
style:
black --line-length 119 --target-version py36 .
isort .