mirror of
https://github.com/fastapi/fastapi.git
synced 2026-06-19 12:58:40 -04:00
Add regex to skip 2 specific cases (german word and quote)
This commit is contained in:
@@ -342,6 +342,10 @@ extend-exclude = [
|
||||
extend-ignore-re = [
|
||||
# GitHub usernames in @mentions, e.g. @OCE1960
|
||||
"@[a-zA-Z0-9](?:-?[a-zA-Z0-9])*",
|
||||
# Quoted typo documented in a release note
|
||||
"'wll' to 'will'",
|
||||
# German article title in a release note
|
||||
"FastAPI Modul",
|
||||
]
|
||||
|
||||
[tool.typos.default.extend-identifiers]
|
||||
|
||||
Reference in New Issue
Block a user