From 5ca881dc2b105fb0c06cd9715b56706d5314c31d Mon Sep 17 00:00:00 2001 From: Zdenek Styblik Date: Sun, 30 Jun 2024 22:00:58 +0200 Subject: [PATCH] Run reorder-python-imports with py311-plus --- ci/run-reorder-python-imports.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'`