Merge pull request #91 from arXiv/SUBMISSION-205-00readme-source-package #279
Annotations
4 errors and 1 warning
|
build
Process completed with exit code 1.
|
|
ruff (F811):
submit_ce/implementations/email/tests/test_halon_email.py#L220
submit_ce/implementations/email/tests/test_halon_email.py:220:12: F811 Redefinition of unused `pytest` from line 5: `pytest` redefined here
submit_ce/implementations/email/tests/test_halon_email.py:5:8: previous definition of `pytest` here
help: Remove definition: `pytest`
|
|
ruff (F401):
submit_ce/implementations/email/tests/test_halon_email.py#L5
submit_ce/implementations/email/tests/test_halon_email.py:5:8: F401 `pytest` imported but unused
help: Remove unused import: `pytest`
|
|
ruff (F401):
submit_ce/domain/event/email_mods.py#L23
submit_ce/domain/event/email_mods.py:23:22: F401 `pydantic.Field` imported but unused
help: Remove unused import: `pydantic.Field`
|
|
build
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v3, astral-sh/setup-uv@v6. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|