mirror of
https://github.com/pybind/pybind11.git
synced 2026-04-20 14:59:27 +00:00
chore: also use typos (#5931)
Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com> Co-authored-by: Ralf W. Grosse-Kunstleve <rgrossekunst@nvidia.com>
This commit is contained in:
@@ -184,3 +184,26 @@ isort.required-imports = ["from __future__ import annotations"]
|
||||
|
||||
[tool.repo-review]
|
||||
ignore = ["PP"]
|
||||
|
||||
[tool.typos]
|
||||
files.extend-exclude = ["/cpython"]
|
||||
|
||||
[tool.typos.default.extend-identifiers]
|
||||
ser_no = "ser_no"
|
||||
SerNo = "SerNo"
|
||||
StrLits = "StrLits"
|
||||
|
||||
[tool.typos.default.extend-words]
|
||||
nd = "nd"
|
||||
valu = "valu"
|
||||
fo = "fo"
|
||||
quater = "quater"
|
||||
optin = "optin"
|
||||
othr = "othr"
|
||||
|
||||
#[tool.typos.type.cpp.extend-words]
|
||||
setp = "setp"
|
||||
ot = "ot"
|
||||
|
||||
[tool.typos.type.json.extend-words]
|
||||
ba = "ba"
|
||||
|
||||
Reference in New Issue
Block a user