+ pep-594-drop-pipes.patch, gh#canonical/cloud-init#4392 + cloud-init-fix-python313.patch, gh#canonical/cloud-init#4669 + cloud-init-dont-assume-ordering-of-ThreadPoolExecutor.patch gh#canonical/cloud-init#5052 OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=241
12 lines
234 B
Diff
12 lines
234 B
Diff
--- tools/run-lint.orig
|
|
+++ tools/run-lint
|
|
@@ -11,7 +11,7 @@ else
|
|
files=( "$@" )
|
|
fi
|
|
|
|
-cmd=( "python3" -m "ruff" "${files[@]}" )
|
|
+cmd=( "python3" -m "flake8" "${files[@]}" )
|
|
|
|
echo "Running: " "${cmd[@]}" 1>&2
|
|
exec "${cmd[@]}"
|