aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2020-08-12 11:59:29 +0200
committerMartin Czygan <martin.czygan@gmail.com>2020-08-12 11:59:29 +0200
commitb863f93602b26b352bb8dd9a4c280944098f069a (patch)
tree29f48dada405637fde8c4d151279c9af71d98f6e /Makefile
parentdc04336f5d1c9581b7e5bcc9bde2cc1e1c750051 (diff)
downloadfuzzycat-b863f93602b26b352bb8dd9a4c280944098f069a.tar.gz
fuzzycat-b863f93602b26b352bb8dd9a4c280944098f069a.zip
switch to yapf
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5e2bab1..ab20988 100644
--- a/Makefile
+++ b/Makefile
@@ -18,8 +18,9 @@ data/release_export_expanded.json.gz: ## Download release export
.PHONY: style
style: ## Apply import sorting and black source formatting on all files
- isort -c --atomic .
- find . -name "*.py" -exec black {} \;
+ isort --atomic .
+ yapf -p -i -r fuzzycat
+ yapf -p -i -r tests
.PHONY: dist
dist: ## Create source distribution and wheel