diff --git a/ci/run-reorder-python-imports.sh b/ci/run-reorder-python-imports.sh index 4fad265..48dfe35 100755 --- a/ci/run-reorder-python-imports.sh +++ b/ci/run-reorder-python-imports.sh @@ -2,4 +2,4 @@ set -e set -u -reorder-python-imports `find . ! -path '*/\.*' -name '*.py'` +reorder-python-imports --py311-plus `find . ! -path '*/\.*' -name '*.py'`