Skip to content

Commit

Permalink
Run reorder-python-imports with py311-plus
Browse files Browse the repository at this point in the history
  • Loading branch information
zstyblik committed Jul 1, 2024
1 parent e74982c commit 5ca881d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/run-reorder-python-imports.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -e
set -u

reorder-python-imports `find . ! -path '*/\.*' -name '*.py'`
reorder-python-imports --py311-plus `find . ! -path '*/\.*' -name '*.py'`

0 comments on commit 5ca881d

Please sign in to comment.