From c9da8136229967da0287bcd364b9f1b1da9fc4b2 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 3 Jan 2020 08:25:12 +1000 Subject: [PATCH] don't reformat buildhash --- pylib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylib/Makefile b/pylib/Makefile index afd5d4c87..978cabd3b 100644 --- a/pylib/Makefile +++ b/pylib/Makefile @@ -6,7 +6,7 @@ MAKEFLAGS += --warn-undefined-variables MAKEFLAGS += --no-builtin-rules RUNARGS := .SUFFIXES: -BLACKARGS := -t py36 anki tests --exclude=backend_pb2 +BLACKARGS := -t py36 anki tests --exclude='backend_pb2|buildhash' ISORTARGS := anki tests $(shell mkdir -p .build ../build)