mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
python: Ignore code style error E128.
This commit is contained in:
@@ -25,4 +25,8 @@ skip_if_skipped
|
||||
# (-u is passed to to sort to avoid duplicates in case builddir==srcdir)
|
||||
files="$(find "$srcdir" . -name '*.py' | sort -u)"
|
||||
|
||||
$PYCODESTYLE $files
|
||||
# Ignore E128 ("continuation line under-indented for visual indent") which
|
||||
# was broken in
|
||||
# commit 66a5913462a84399bd9790b736814620371a80f8 ("python: Add type hints")
|
||||
# and is hard to fix.
|
||||
$PYCODESTYLE --ignore=E128 $files
|
||||
|
||||
Reference in New Issue
Block a user