From ee91214e72eb1e629d66ff5993f70d58915a3402 Mon Sep 17 00:00:00 2001 From: Florian Fischer Date: Fri, 3 Jul 2020 12:19:33 +0200 Subject: [build] add yapf to check and format python code --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1def4c2..bb96527 100644 --- a/Makefile +++ b/Makefile @@ -48,6 +48,7 @@ check: all check-format format: all ninja -C build clang-format + yapf -i -p $(shell find -path "build*" -prune -o -type f -name "*.py") check-format: ./tools/check-format -- cgit v1.2.3