Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit 11dc64c

Browse files
committed
Add ser to typos dictionary
1 parent 7f52e46 commit 11dc64c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ known-local-folder = ["packages", "examples", "jumpstarter"]
6969
[tool.typos.default]
7070
locale = "en-us"
7171

72+
[tool.typos.default.extend-words]
73+
ser = "ser"
74+
7275
[tool.coverage.run]
7376
omit = ["conftest.py", "test_*.py", "*_test.py", "*_pb2.py", "*_pb2_grpc.py"]
7477
skip_empty = true

0 commit comments

Comments
 (0)