-
-
Notifications
You must be signed in to change notification settings - Fork 479
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
src/tox.ini: Add cython-lint #35385
src/tox.ini: Add cython-lint #35385
Conversation
ERROR: /__w/sage/sage/src/tox.ini:200: duplicate name 'description' |
and the doc does not build |
@fchapoton chapoton Should we also add a "cython-lint-minimal" that would be run automatically? |
There is no urgency. I see no way among the command-line options to select a subset of checks. It seems that one can only ignore some checks. |
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.
ok
Thanks! |
📚 Description
Adding the command
sage --tox -e cython-lint
.See https://pypi.org/project/cython-lint/
There are many failures, so it is not run by default.
📝 Checklist
⌛ Dependencies