Skip to content

docs: replace black references with ruff across docs and Makefile#5265

Open
SemTiOne wants to merge 1 commit into
IBM:mainfrom
SemTiOne:docs/remove-black-references
Open

docs: replace black references with ruff across docs and Makefile#5265
SemTiOne wants to merge 1 commit into
IBM:mainfrom
SemTiOne:docs/remove-black-references

Conversation

@SemTiOne

Copy link
Copy Markdown

🔗 Related Issue

Closes #5248


📝 Summary

Removes stale references to black formatter across documentation and Makefile.
The project has migrated to ruff format but several files still referenced black
in comments, help text, and coding standards. This is a documentation-only cleanup.


📏 Reviewability

  • This PR has one clear purpose
  • The linked issue is not labeled triage
  • Unrelated bugs or improvements are tracked in separate issues/PRs
  • Tests are included with the code they validate
  • If AI-assisted, I understand and can explain the generated changes

🏷️ Type of Change

  • Documentation

🧪 Verification

No functional changes — documentation and comments only. No tests required.

Check Command Status
Lint suite make lint CI
Unit tests make test CI

✅ Checklist

  • Tests added/updated for changes
  • Documentation updated (if applicable)
  • No secrets or credentials committed

📓 Notes

Changes cover:

  • Makefile: update comments, help text, FILE_AWARE_LINTERS, .PHONY, lint-quick, lint-fix, pre-commit targets, remove deprecated black-check target
  • pyproject.toml: update tool configuration comment
  • AGENTS.md: update coding standards, code quality, and CLI tools sections
  • llms/*.md: update black references to ruff format

Fixes IBM#5248

- Makefile: update comments, help text, FILE_AWARE_LINTERS, .PHONY,
  lint-quick, lint-fix, pre-commit targets, remove deprecated
  black-check target
- pyproject.toml: update tool configuration comment
- AGENTS.md: update coding standards, code quality, and CLI tools sections
- llms/*.md: update black references to ruff format

Signed-off-by: SemTiOne <emphyst80@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[DOCS] Remove black references from documentation - replaced by ruff

1 participant