mirror of
https://github.com/ankitects/anki.git
synced 2026-01-13 22:13:58 -05:00
don't reformat buildhash
This commit is contained in:
parent
86bb676007
commit
648e51b60d
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