Skip to content

Commit 73333bd

Browse files
committed
ci: Remove no_implicit_optional from format.sh
1 parent e52273d commit 73333bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/format.sh

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

35-
run_formatter no_implicit_optional --use-union-or
3635
run_formatter pyupgrade --exit-zero-even-if-changed --py310-plus
3736
run_formatter autoflake -i -r --remove-all-unused-imports
3837
run_formatter ruff check --fix-only

0 commit comments

Comments
 (0)