Skip to content

Commit 5bfa790

Browse files
committed
ci: Change no_implicit_optional execution in format.sh
1 parent e52273d commit 5bfa790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/format.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ run_formatter() {
3232
echo "$CHANGED_FILES" | xargs -r "$@"
3333
}
3434

35-
run_formatter no_implicit_optional --use-union-or
35+
no-implicit-optional --use-union-or .
3636
run_formatter pyupgrade --exit-zero-even-if-changed --py310-plus
3737
run_formatter autoflake -i -r --remove-all-unused-imports
3838
run_formatter ruff check --fix-only

0 commit comments

Comments
 (0)