build: optionally skip python black check by setting NMTST_SKIP_PYTHON_BLACK=1
This commit is contained in:
@@ -5235,9 +5235,10 @@ CLEANFILES += \
|
||||
###############################################################################
|
||||
|
||||
include Makefile.examples
|
||||
|
||||
if WITH_PYTHON_BLACK
|
||||
check-python-black:
|
||||
$(BLACK) --check $(top_srcdir)
|
||||
test "$$NMTST_SKIP_PYTHON_BLACK" != 1 && $(BLACK) --check $(top_srcdir)
|
||||
check_local += check-python-black
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user