mirror of
https://github.com/astral-sh/ruff
synced 2026-01-11 08:34:29 -05:00
## Summary This changes all remaining pep8 naming rules to consider the `ingore-names` argument. Closes #5050 ## Test Plan Added new tests.
12 lines
224 B
TOML
12 lines
224 B
TOML
[files]
|
|
extend-exclude = ["resources", "snapshots"]
|
|
|
|
[default.extend-words]
|
|
trivias = "trivias"
|
|
hel = "hel"
|
|
whos = "whos"
|
|
spawnve = "spawnve"
|
|
ned = "ned"
|
|
poit = "poit"
|
|
BA = "BA" # acronym for "Bad Allowed", used in testing.
|