-
Notifications
You must be signed in to change notification settings - Fork 154
Readme badges and pyproject cleanup #3378
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
Conversation
a31e865
to
d35267a
Compare
I'd probably drop "ruff" and "pre-commit", the rest will lead a user to some artifacts or docs, while these two are more like a statement, "yup, we test it", and we don't expect these to ever be red for |
Agreed, I feel it the same way. |
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.
Let's use the fresh copr link.
fbcf277
to
ff7b516
Compare
@psss @happz I don't see what's wrong with that. It just tells people that this project uses pre-commit and ruff, which can increase the respect for the project, making them more likely to get involved. I mean, it's literally called a "badge". Alas, removed as requested. EDIT: oh and it can remind people to run |
ff7b516
to
10db97e
Compare
The dependency version bumps shouldn't make any difference in theory, but just to be safe, added full_test label |
@martinhoyer LGTM, just a thought: do you think we can point the |
Update copr url to 'latest'
Update badges
Co-authored-by: Petr Šplíchal <[email protected]>
Co-authored-by: Mario Casquero <[email protected]>
Adding |
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
I'm not a friend with rst and have more experience with markdown. Will this render ok on PyPI page and other places? We also need to deal with man generation I presume?
PyPA should be ok based on:
github would look like this:

In pyproject, I've replaced Python 3.11 with 3.13 and removed the unmaintainable comments of what versions are available where.
Pull Request Checklist