mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
don't reformat buildhash
This commit is contained in:
parent
e92ba88af1
commit
c9da813622
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue