docs: replace black references with ruff across docs and Makefile#5265
Open
SemTiOne wants to merge 1 commit into
Open
docs: replace black references with ruff across docs and Makefile#5265SemTiOne wants to merge 1 commit into
SemTiOne wants to merge 1 commit into
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🔗 Related Issue
Closes #5248
📝 Summary
Removes stale references to
blackformatter across documentation and Makefile.The project has migrated to
ruff formatbut several files still referenced blackin comments, help text, and coding standards. This is a documentation-only cleanup.
📏 Reviewability
triage🏷️ Type of Change
🧪 Verification
No functional changes — documentation and comments only. No tests required.
make lintmake test✅ Checklist
📓 Notes
Changes cover:
FILE_AWARE_LINTERS,.PHONY,lint-quick,lint-fix,pre-committargets, remove deprecatedblack-checktarget