From 10d54ac35de989081120ed00c1f698c702a89189 Mon Sep 17 00:00:00 2001 From: Levente Polyak <anthraxx@archlinux.org> Date: Sun, 24 Oct 2021 22:10:14 +0200 Subject: [PATCH] feature(make): adding `fmt` target to format the project accordingly --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 49bfd0f2..8b5ee037 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,10 @@ lint: flake8 keyringctl libkeyringctl mypy --install-types --non-interactive keyringctl libkeyringctl +fmt: + black . + isort . + build: ./keyringctl -v build -- GitLab