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.
1 parent 7cdef10 commit 2128c61Copy full SHA for 2128c61
.github/linters/.ruff.toml
@@ -140,7 +140,7 @@ inline-quotes = "single"
140
"types.py" = ["D", "E501", "N815"] # Ignore docstring and annotation issues in types.py
141
142
[format]
143
-exclude = ["types.py", "src/a2a/grpc/**"]
+exclude = ["types.py", "src/a2a/grpc/*.*"]
144
docstring-code-format = true
145
docstring-code-line-length = "dynamic" # Or set to 80
146
quote-style = "single"
0 commit comments