]> xenbits.xensource.com Git - libvirt.git/commit
build-aux: introduce 'black' tool for python formatting
authorDaniel P. Berrangé <berrange@redhat.com>
Wed, 1 Feb 2023 16:19:16 +0000 (11:19 -0500)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 3 Nov 2023 18:06:35 +0000 (14:06 -0400)
commita24ab56da8b0382c4cc58d196fc9eab3bec485d9
tree43d5235c18e016c5f8c58b6832dd65eb7cd9914c
parent72a5ccedf0810bcb9099eb3ab13336950b9115e0
build-aux: introduce 'black' tool for python formatting

The 'black' tool is intended to be an opinionated formatting
tool for python code. It is complementary to flake8 which
validates coding bad practices, but (mostly) ignores code
layout issues.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
build-aux/Makefile.in
build-aux/meson.build
build-aux/syntax-check.mk
meson.build