Robert Schweikert
26859a25ae
OBS-URL: https://build.opensuse.org/package/show/Cloud:Tools/cloud-init?expand=0&rev=236
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[@]}"
|