git-importer/Makefile

5 lines
80 B
Makefile
Raw Normal View History

all:
isort -rc .
autoflake -r --in-place --remove-unused-variables .
black .