2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-22 01:51:26 +00:00

build-aux: Enable flake8 checks for python extraction scripts.

These were recently updated to pass the checks, so should be
added to the list in order to avoid regressions in the future.
While at it, fixing the indentation.

Acked-by: Eelco Chaudron <echaudro@redhat.com>
Reviewed-By: Ihar Hrachyshka <ihar@redhat.com>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
This commit is contained in:
Ilya Maximets 2023-10-30 21:10:49 +01:00
parent 20e6309ba6
commit 28f6e7602c

View File

@ -21,8 +21,12 @@ EXTRA_DIST += \
build-aux/xml2nroff
FLAKE8_PYFILES += \
build-aux/dpdkstrip.py \
build-aux/gen_ofp_field_decoders \
build-aux/sodepends.py \
build-aux/soexpand.py \
build-aux/xml2nroff
build-aux/dpdkstrip.py \
build-aux/extract-ofp-actions \
build-aux/extract-ofp-errors \
build-aux/extract-ofp-fields \
build-aux/extract-ofp-msgs \
build-aux/gen_ofp_field_decoders \
build-aux/sodepends.py \
build-aux/soexpand.py \
build-aux/xml2nroff