mirror of
https://github.com/astral-sh/ruff
synced 2026-01-10 16:15:19 -05:00
12 lines
267 B
TOML
12 lines
267 B
TOML
[files]
|
|
# https://github.com/crate-ci/typos/issues/868
|
|
extend-exclude = ["**/resources/**/*", "**/snapshots/**/*"]
|
|
|
|
[default.extend-words]
|
|
hel = "hel"
|
|
whos = "whos"
|
|
spawnve = "spawnve"
|
|
ned = "ned"
|
|
poit = "poit"
|
|
BA = "BA" # acronym for "Bad Allowed", used in testing.
|