Skip to content

Commit 1ad00ca

Browse files
committed
dream: remove unused FAST ruff rules
Dream dream-2026-07-23.1 finding 010.
1 parent bc89984 commit 1ad00ca

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ select = [
4646
"SIM", # simplify — call out over-engineered constructs; prefer the obvious one-liner.
4747
"N", # pep8-naming — enforce PEP 8 names for classes, funcs, vars, etc.
4848
"RUF", # Ruff-native extras — Ruff-only correctness/perf rules (a la "unicorn").
49-
"FAST", # fastapi — idiomatic FastAPI patterns and anti-pattern detection.
5049
"DOC", # pydoclint — Google/Numpy docstring section order & completeness.
5150
"D", # pydocstyle — PEP 257 docstring formatting conformance.
5251
"ARG", # unused-arguments — catch never-used *args/**kwargs/params.

0 commit comments

Comments
 (0)