-
Notifications
You must be signed in to change notification settings - Fork 303
feat: add TermGraph CLI tool to list #249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 1 file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 issue found across 5 files (changes from recent commits).
Prompt for AI agents (all issues)
Check if these issues are valid — if so, understand the root cause of each and fix them.
<file name="projects.yaml">
<violation number="1" location="projects.yaml:1546">
P2: Duplicate category key in the same project entry can break YAML parsing or override the intended category</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| resource: true | ||
| category: text | ||
| homepage: https://github.com/ml-tooling/best-of-ml-python#text-data--nlp | ||
| category: file-formats |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
P2: Duplicate category key in the same project entry can break YAML parsing or override the intended category
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At projects.yaml, line 1546:
<comment>Duplicate category key in the same project entry can break YAML parsing or override the intended category</comment>
<file context>
@@ -1543,6 +1543,7 @@ projects:
resource: true
category: text
homepage: https://github.com/ml-tooling/best-of-ml-python#text-data--nlp
+ category: file-formats
- name: openpyxl
pypi_id: openpyxl
</file context>
What kind of change does this PR introduce?
Description:
Added TermGraph — a lightweight Python CLI tool to draw graphs in the terminal.
Checklist:
README.mdfile. Projects are only supposed to be added or updated within theprojects.yamlfile since theREADME.mdfile is automatically generated.Summary by cubic
Added TermGraph to the cli-helpers category in projects.yaml with its GitHub link and description. Also corrected project categories (e.g., cookiecutter to dev-utils) to keep the generated list consistent.
Written for commit 1c96d8d. Summary will update on new commits.