Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ select = [
"SIM", # simplify — call out over-engineered constructs; prefer the obvious one-liner.
"N", # pep8-naming — enforce PEP 8 names for classes, funcs, vars, etc.
"RUF", # Ruff-native extras — Ruff-only correctness/perf rules (a la "unicorn").
"FAST", # fastapi — idiomatic FastAPI patterns and anti-pattern detection.
"DOC", # pydoclint — Google/Numpy docstring section order & completeness.
"D", # pydocstyle — PEP 257 docstring formatting conformance.
"ARG", # unused-arguments — catch never-used *args/**kwargs/params.
Expand Down
Loading