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.
*pb2*.*
1 parent 931b987 commit 3161c10Copy full SHA for 3161c10
.github/linters/.ruff.toml
@@ -82,7 +82,7 @@ exclude = [
82
"venv",
83
"*/migrations/*",
84
"noxfile.py",
85
- "src/a2a/grpc/*.*",
+ "*pb2*.*",
86
]
87
88
[lint.isort]
@@ -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", "*pb2*.*"]
144
docstring-code-format = true
145
docstring-code-line-length = "dynamic" # Or set to 80
146
quote-style = "single"
0 commit comments