We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7b08eaa + 2a7f7c1 commit 37668bdCopy full SHA for 37668bd
.github/CODEOWNERS
@@ -4,4 +4,4 @@
4
# For syntax help see:
5
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
6
7
-* @a2aproject/google
+* @a2aproject/google-a2a-eng
scripts/format.sh
@@ -32,7 +32,6 @@ run_formatter() {
32
echo "$CHANGED_FILES" | xargs -r "$@"
33
}
34
35
-run_formatter no_implicit_optional --use-union-or
36
run_formatter pyupgrade --exit-zero-even-if-changed --py310-plus
37
run_formatter autoflake -i -r --remove-all-unused-imports
38
run_formatter ruff check --fix-only
0 commit comments