Put all the formatters into a Makefile (just a shell script wrapper)

This commit is contained in:
Stephan Kulow 2022-10-17 20:40:19 +02:00
parent 8563334b07
commit 365696213b

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
all:
isort -rc .
autoflake -r --in-place --remove-unused-variables .
black .