Skip to content

Commit 37668bd

Browse files
authored
Merge branch 'main' into remove-camel-case
2 parents 7b08eaa + 2a7f7c1 commit 37668bd

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# For syntax help see:
55
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
66

7-
* @a2aproject/google
7+
* @a2aproject/google-a2a-eng

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)