tox -e ruff-minimal
: Do not ignore PLW0129
#9864
Annotations
3 errors and 1 warning
Code style check with ruff-minimal:
src/sage/schemes/curves/projective_curve.py#L2263
sage/schemes/curves/projective_curve.py:2263:20: PLW0129 Asserting on a non-empty string literal will always pass
|
Code style check with ruff-minimal:
src/sage/schemes/elliptic_curves/ell_curve_isogeny.py#L3347
sage/schemes/elliptic_curves/ell_curve_isogeny.py:3347:24: PLW0129 Asserting on a non-empty string literal will always pass
|
Code style check with ruff-minimal
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@v4. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading