mirror of https://github.com/astral-sh/ruff
Fix tiny typo in `_typos.toml` (#13583)
This commit is contained in:
parent
360af1bc32
commit
6322639aca
|
|
@ -8,7 +8,7 @@ hel = "hel"
|
||||||
whos = "whos"
|
whos = "whos"
|
||||||
spawnve = "spawnve"
|
spawnve = "spawnve"
|
||||||
ned = "ned"
|
ned = "ned"
|
||||||
pn = "pn" # `import panel as pd` is a thing
|
pn = "pn" # `import panel as pn` is a thing
|
||||||
poit = "poit"
|
poit = "poit"
|
||||||
BA = "BA" # acronym for "Bad Allowed", used in testing.
|
BA = "BA" # acronym for "Bad Allowed", used in testing.
|
||||||
jod = "jod" # e.g., `jod-thread`
|
jod = "jod" # e.g., `jod-thread`
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue