Draft: Sync development into main for next release #119
Annotations
3 errors and 1 warning
|
lint
Process completed with exit code 1.
|
|
ruff (F811):
app/api/router.py#L14
app/api/router.py:14:35: F811 Redefinition of unused `templates` from line 12: `templates` redefined here
app/api/router.py:12:41: previous definition of `templates` here
help: Remove definition: `templates`
|
|
ruff (F811):
app/api/router.py#L14
app/api/router.py:14:28: F811 Redefinition of unused `forms` from line 12: `forms` redefined here
app/api/router.py:12:28: previous definition of `forms` here
help: Remove definition: `forms`
|
|
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-python@v5. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|