Merge pull request #22 from arXiv/SUBMISSION-24 #43
Annotations
10 errors and 1 warning
|
ruff (F401):
submit_ce/api/__init__.py#L6
submit_ce/api/__init__.py:6:81: F401 `.domain.agent_factory` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Use an explicit re-export: `agent_factory as agent_factory`
|
|
ruff (F401):
submit_ce/api/__init__.py#L6
submit_ce/api/__init__.py:6:67: F401 `.domain.ServiceAgent` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Use an explicit re-export: `ServiceAgent as ServiceAgent`
|
|
ruff (F401):
submit_ce/api/__init__.py#L6
submit_ce/api/__init__.py:6:59: F401 `.domain.System` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Use an explicit re-export: `System as System`
|
|
ruff (F401):
submit_ce/api/__init__.py#L6
submit_ce/api/__init__.py:6:48: F401 `.domain.StaffUser` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Use an explicit re-export: `StaffUser as StaffUser`
|
|
ruff (F401):
submit_ce/api/__init__.py#L6
submit_ce/api/__init__.py:6:36: F401 `.domain.PublicUser` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Use an explicit re-export: `PublicUser as PublicUser`
|
|
ruff (F401):
submit_ce/api/__init__.py#L6
submit_ce/api/__init__.py:6:28: F401 `.domain.Client` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Use an explicit re-export: `Client as Client`
|
|
ruff (F401):
submit_ce/api/__init__.py#L6
submit_ce/api/__init__.py:6:22: F401 `.domain.User` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Use an explicit re-export: `User as User`
|
|
ruff (F401):
submit_ce/api/__init__.py#L5
submit_ce/api/__init__.py:5:22: F401 `.domain.License` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Use an explicit re-export: `License as License`
|
|
ruff (F401):
submit_ce/api/__init__.py#L4
submit_ce/api/__init__.py:4:22: F401 `.domain.Submission` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Use an explicit re-export: `Submission as Submission`
|
|
ruff (F401):
submit_ce/api/__init__.py#L3
submit_ce/api/__init__.py:3:22: F401 `.domain.Event` imported but unused; consider removing, adding to `__all__`, or using a redundant alias
help: Use an explicit re-export: `Event as Event`
|
|
build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v3, astral-sh/setup-uv@v6. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|