Commit Graph
1 Commits
Author SHA1 Message Date
olgagagaandXubin Ren e14c0310ad docs(contributing): warn that ruff format predates the codebase
The Development Setup block instructs new contributors to run
`ruff format nanobot/`, but the tree predates the formatter and many
lines exceed the configured 100-char limit (E501 is ignored). Running
the command as documented produces an ~80-file unrelated diff that
buries real changes. Document this and recommend formatting only the
files actually touched.
2026-05-16 12:25:28 +08:00