We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2c95181 + 8c77594 commit 04de20eCopy full SHA for 04de20e
1 file changed
pyproject.toml
@@ -45,7 +45,6 @@ select = [
45
"SIM", # simplify — call out over-engineered constructs; prefer the obvious one-liner.
46
"N", # pep8-naming — enforce PEP 8 names for classes, funcs, vars, etc.
47
"RUF", # Ruff-native extras — Ruff-only correctness/perf rules (a la "unicorn").
48
- "FAST", # fastapi — idiomatic FastAPI patterns and anti-pattern detection.
49
"DOC", # pydoclint — Google/Numpy docstring section order & completeness.
50
"D", # pydocstyle — PEP 257 docstring formatting conformance.
51
"ARG", # unused-arguments — catch never-used *args/**kwargs/params.
0 commit comments