Skip to content

Commit 0ae8548

Browse files
committed
style: fix spelling errors and add words to allow list
1 parent a680c18 commit 0ae8548

2 files changed

Lines changed: 24 additions & 22 deletions

File tree

.github/actions/spelling/allow.txt

Lines changed: 23 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,38 @@
11
AAgent
2+
ACMRTUXB
23
ACard
34
AClient
4-
ACMRTUXB
5-
aconnect
6-
adk
75
AError
86
AFast
9-
agentic
107
AGrpc
11-
aio
12-
aiomysql
13-
amannn
14-
aproject
158
ARequest
169
ARun
1710
AServer
1811
AServers
1912
AService
2013
AStarlette
2114
AUser
15+
DSNs
16+
EUR
17+
GBP
18+
GVsb
19+
INR
20+
JPY
21+
JSONRPCt
22+
JWS
23+
Llm
24+
POSTGRES
25+
RUF
26+
SLF
27+
Tful
28+
aconnect
29+
adk
30+
agentic
31+
aio
32+
aiomysql
33+
alg
34+
amannn
35+
aproject
2236
autouse
2337
backticks
2438
cla
@@ -29,37 +43,28 @@ coro
2943
datamodel
3044
deepwiki
3145
drivername
32-
DSNs
3346
dunders
3447
euo
35-
EUR
3648
excinfo
3749
fernet
3850
fetchrow
3951
fetchval
40-
GBP
4152
genai
4253
getkwargs
4354
gle
44-
GVsb
4555
ietf
4656
initdb
4757
inmemory
48-
INR
4958
isready
5059
jku
51-
JPY
52-
JSONRPCt
5360
jwk
5461
jwks
55-
JWS
5662
jws
5763
kid
5864
kwarg
5965
langgraph
6066
lifecycles
6167
linting
62-
Llm
6368
lstrips
6469
mikeas
6570
mockurl
@@ -69,7 +74,6 @@ oidc
6974
opensource
7075
otherurl
7176
postgres
72-
POSTGRES
7377
postgresql
7478
protoc
7579
pyi
@@ -79,14 +83,12 @@ pyversions
7983
redef
8084
respx
8185
resub
82-
RUF
83-
SLF
8486
socio
8587
sse
8688
tagwords
8789
taskupdate
8890
testuuid
89-
Tful
9091
tiangolo
92+
typ
9193
typeerror
9294
vulnz

tests/utils/test_signing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def test_signer_and_verifier_symmetric_multiple_signatures(
9797
sample_agent_card: AgentCard,
9898
):
9999
"""Test the agent card signing and verification process with symmetric key encryption.
100-
This test adds a signatures to the AgentCard before signing."""
100+
This test adds a signature to the AgentCard before signing."""
101101
encoded_header = base64url_encode(
102102
b'{"alg": "HS256", "kid": "old_key"}'
103103
).decode('utf-8')

0 commit comments

Comments
 (0)