don't reformat buildhash

This commit is contained in:
Damien Elmes 2020-01-03 08:25:12 +10:00
parent e92ba88af1
commit c9da813622

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)