fix: format docs/design - #1107
Conversation
📝 WalkthroughWalkthroughRuff now ignores ChangesLint and HSSM-HMM documentation updates
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
digicosmos86
left a comment
There was a problem hiding this comment.
Thanks @cpaniaguam! I think we should keep the docs folder - the tutorials need to be linted
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@pyproject.toml`:
- Around line 179-180: Remove PLR0917 from the global tool.ruff.lint ignore list
and configure it as a path-scoped exemption applying only to documentation
files, while preserving the existing docs exclusion and ensuring production and
test code remains checked.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: d4f6cd80-75f0-46a5-af4c-0c994ddbef80
📒 Files selected for processing (3)
docs/design/hssm_hmm.mddocs/design/hssm_hmm_overview.mdpyproject.toml
Summary by CodeRabbit
Chores
PLR0917(“Too many positional arguments”) rule.Documentation