File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 22AClient
33AError
44AFast
5+ AGrpc
56ARequest
67ARun
78AServer
89AServers
10+ AService
911AStarlette
1012EUR
1113GBP
1214INR
1315JPY
1416JSONRPCt
1517Llm
18+ RUF
1619aconnect
1720adk
1821agentic
22+ aio
1923autouse
2024cla
2125cls
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ exclude = [
8282 " venv" ,
8383 " */migrations/*" ,
8484 " noxfile.py" ,
85+ " src/a2a/grpc/**" ,
8586]
8687
8788[lint .isort ]
@@ -139,7 +140,7 @@ inline-quotes = "single"
139140"types.py" = [" D" , " E501" , " N815" ] # Ignore docstring and annotation issues in types.py
140141
141142[format ]
142- exclude = [" types.py" ]
143+ exclude = [" types.py" , " src/a2a/grpc/** " ]
143144docstring-code-format = true
144145docstring-code-line-length = " dynamic" # Or set to 80
145146quote-style = " single"
You can’t perform that action at this time.
0 commit comments