Merge pull request #369 from rHomelab/renovate/sentry-sdk-2.x #628
ci.yml
on: push
ruff
41s
pyright
30s
check-json
30s
unit-tests
1m 12s
FIXME check
15s
Annotations
12 warnings
|
FIXME check:
notes/utils.py#L39
created_at=int(data["date"]), # FIXME: Migrate all stored values to int
|
|
FIXME check:
notes/utils.py#L35
member_id=int(data["member"]), # FIXME: Migrate all stored values to int
|
|
FIXME check:
notes/abstracts.py#L9
# fixme: please use data classes
|
|
FIXME check:
markov/markov.py#L152
# fixme: error handle mode being wrong
|
|
FIXME check:
markov/markov.py#L78
# fixme: what to do if mode is set wrong
|
|
FIXME check:
jail/utils.py#L210
# fixme: this is rly bad, dont use possibly blocking functions in async.
|
|
FIXME check:
jail/jail.py#L103
# fixme: this is rly bad, dont use possibly blocking functions in async.
|
|
FIXME check:
jail/abstracts.py#L60
# fixme: please use data classes
|
|
FIXME check:
jail/abstracts.py#L9
# fixme: please use data classes
|
|
FIXME check:
custom_msg/interactive_session.py#L95
# fixme: your function is rubbish
|
|
pyright
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: jakebailey/pyright-action@v2. 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/
|
|
ruff
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: astral-sh/ruff-action@v3. 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/
|