mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:26 +00:00

Closes https://github.com/charliermarsh/ruff/issues/2455 Used `NPY` as prefix code as agreed in the issue.
7 lines
86 B
TOML
7 lines
86 B
TOML
doc-valid-idents = [
|
|
"StackOverflow",
|
|
"CodeQL",
|
|
"IPython",
|
|
"NumPy",
|
|
"..",
|
|
]
|