SIGN IN SIGN UP
astral-sh / ruff UNCLAIMED

An extremely fast Python linter and code formatter, written in Rust.

doc-valid-idents = [
"..",
"CodeQL",
"FastAPI",
"IPython",
"LangChain",
2024-05-03 14:46:21 +02:00
"LibCST",
"McCabe",
"NumPy",
2024-05-03 14:46:21 +02:00
"SCREAMING_SNAKE_CASE",
"SQLAlchemy",
"StackOverflow",
"PyCharm",
]
2024-07-30 21:18:08 +02:00
ignore-interior-mutability = [
# Interned is read-only. The wrapped `Rc` never gets updated.
"ruff_formatter::format_element::Interned",
# The expression is read-only.
2024-07-30 21:18:08 +02:00
"ruff_python_ast::hashable::HashableExpr",
]