don't reformat buildhash

This commit is contained in:
Damien Elmes 2020-01-03 08:25:12 +10:00
parent 86bb676007
commit 648e51b60d

View file

@ -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)