Skip to content

Commit 8c77594

Browse files
committed
dream: remove unused FAST ruff rules
Dream dream-2026-07-23.1 finding 010.
1 parent 2c95181 commit 8c77594

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
@@ -45,7 +45,6 @@ select = [
4545
"SIM", # simplify — call out over-engineered constructs; prefer the obvious one-liner.
4646
"N", # pep8-naming — enforce PEP 8 names for classes, funcs, vars, etc.
4747
"RUF", # Ruff-native extras — Ruff-only correctness/perf rules (a la "unicorn").
48-
"FAST", # fastapi — idiomatic FastAPI patterns and anti-pattern detection.
4948
"DOC", # pydoclint — Google/Numpy docstring section order & completeness.
5049
"D", # pydocstyle — PEP 257 docstring formatting conformance.
5150
"ARG", # unused-arguments — catch never-used *args/**kwargs/params.

0 commit comments

Comments
 (0)