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
No known key found for this signature in database
GPG Key ID: FC1B547C8D8172C8

View File

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