mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -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
|
MAKEFLAGS += --no-builtin-rules
|
||||||
RUNARGS :=
|
RUNARGS :=
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
BLACKARGS := -t py36 anki tests --exclude=backend_pb2
|
BLACKARGS := -t py36 anki tests --exclude='backend_pb2|buildhash'
|
||||||
ISORTARGS := anki tests
|
ISORTARGS := anki tests
|
||||||
|
|
||||||
$(shell mkdir -p .build ../build)
|
$(shell mkdir -p .build ../build)
|
||||||
|
|
Loading…
Reference in a new issue