mirror of
https://github.com/astral-sh/ruff.git
synced 2025-07-07 21:25:08 +00:00
26 lines
520 B
TOML
26 lines
520 B
TOML
doc-valid-idents = [
|
|
"..",
|
|
"CodeQL",
|
|
"CPython",
|
|
"FastAPI",
|
|
"IPython",
|
|
"LangChain",
|
|
"LibCST",
|
|
"McCabe",
|
|
"NumPy",
|
|
"SCREAMING_SNAKE_CASE",
|
|
"SQLAlchemy",
|
|
"StackOverflow",
|
|
"PyCharm",
|
|
"SNMPv1",
|
|
"SNMPv2",
|
|
"SNMPv3",
|
|
"PyFlakes",
|
|
]
|
|
|
|
ignore-interior-mutability = [
|
|
# Interned is read-only. The wrapped `Rc` never gets updated.
|
|
"ruff_formatter::format_element::Interned",
|
|
# The expression is read-only.
|
|
"ruff_python_ast::hashable::HashableExpr",
|
|
]
|