Skip to content
Snippets Groups Projects
Verified Commit 10d54ac3 authored by Levente Polyak's avatar Levente Polyak :rocket:
Browse files

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

parent a9e63edf
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,10 @@ lint:
flake8 keyringctl libkeyringctl
mypy --install-types --non-interactive keyringctl libkeyringctl
fmt:
black .
isort .
build:
./keyringctl -v build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment