chore(rmi-backend,audit): delete ruff.toml — pyproject.toml [tool.ruff] is canonical
Phase 1 of AUDIT-2026-Q3.md item P1.8. ruff.toml was overriding pyproject.toml [tool.ruff] silently: ruff.toml: line-length 120, ignored SIM102/RUF006/B008 pyproject.toml: line-length 100, security rules enabled (canonical) Two configs contradicting each other silently is the worst-case configuration — neither developer nor CI notice, and the strict [tool.ruff] security rules (S) never run. Deleted ruff.toml. Added defensive .gitignore entry. ruff now reads only pyproject.toml. Verified with ruff check --show-settings: linter.line_length = 100 linter.pycodestyle.max_line_length = 100 ruff.toml moved to /tmp/rmi-backend-archive-2026-07/ruff.toml.removed-2026-07-06.
This commit is contained in:
parent
e0d0ae3bfd
commit
f4d42768a2
2 changed files with 1 additions and 17 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -88,3 +88,4 @@ data/papers/
|
|||
*.h5
|
||||
*.hdf5
|
||||
main.py.bak
|
||||
ruff.toml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue