feature(make): adding fmt target to format the project accordingly

This commit is contained in:
Levente Polyak
2021-10-24 22:10:14 +02:00
parent a9e63edfa8
commit 10d54ac35d

View File

@ -10,6 +10,10 @@ lint:
flake8 keyringctl libkeyringctl
mypy --install-types --non-interactive keyringctl libkeyringctl
fmt:
black .
isort .
build:
./keyringctl -v build