Skip to content

Commit e94a9fc

Browse files
committed
spelling/linting
1 parent 693bfc6 commit e94a9fc

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/actions/spelling/allow.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,24 @@ ACard
22
AClient
33
AError
44
AFast
5+
AGrpc
56
ARequest
67
ARun
78
AServer
89
AServers
10+
AService
911
AStarlette
1012
EUR
1113
GBP
1214
INR
1315
JPY
1416
JSONRPCt
1517
Llm
18+
RUF
1619
aconnect
1720
adk
1821
agentic
22+
aio
1923
autouse
2024
cla
2125
cls

.github/linters/.ruff.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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/**"]
143144
docstring-code-format = true
144145
docstring-code-line-length = "dynamic" # Or set to 80
145146
quote-style = "single"

0 commit comments

Comments
 (0)