build: check "examples/python/gi/nm-wg-set" with black

This commit is contained in:
Thomas Haller 2020-07-02 17:44:21 +02:00
parent 1acd64b7a2
commit 38b7556c65
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -5241,7 +5241,7 @@ include Makefile.examples
if WITH_PYTHON_BLACK
check-python-black:
test "$$NMTST_SKIP_PYTHON_BLACK" != 1 && $(BLACK) --check $(top_srcdir)
test "$$NMTST_SKIP_PYTHON_BLACK" != 1 && $(BLACK) --check $(top_srcdir) $(top_srcdir)/examples/python/gi/nm-wg-set
check_local += check-python-black
endif