awacke1's picture
Upload 3 files
b38cb2d
raw
history blame
116 Bytes
.PHONY: style
# Format source code automatically
style:
black --line-length 119 --target-version py36 .
isort .