Update dependencies #82
Merged
Annotations
10 errors and 1 warning
|
Lint with Ruff:
arbeitsplan/tables.py#L421
arbeitsplan/tables.py:421:9: E722 Do not use bare `except`
|
|
Lint with Ruff:
arbeitsplan/tables.py#L339
arbeitsplan/tables.py:339:28: E741 Ambiguous variable name: `l`
|
|
Lint with Ruff:
arbeitsplan/tables.py#L296
arbeitsplan/tables.py:296:29: E741 Ambiguous variable name: `l`
|
|
Lint with Ruff:
arbeitsplan/tables.py#L258
arbeitsplan/tables.py:258:36: E741 Ambiguous variable name: `l`
|
|
Lint with Ruff:
arbeitsplan/tables.py#L230
arbeitsplan/tables.py:230:32: E741 Ambiguous variable name: `l`
|
|
Lint with Ruff:
arbeitsplan/tables.py#L176
arbeitsplan/tables.py:176:29: F841 Local variable `e` is assigned to but never used
help: Remove assignment to unused variable `e`
|
|
Lint with Ruff:
arbeitsplan/tables.py#L142
arbeitsplan/tables.py:142:21: E711 Comparison to `None` should be `cond is None`
help: Replace with `cond is None`
|
|
Lint with Ruff:
arbeitsplan/forms.py#L246
arbeitsplan/forms.py:246:13: E741 Ambiguous variable name: `l`
|
|
Lint with Ruff:
arbeitsplan/forms.py#L150
arbeitsplan/forms.py:150:17: E722 Do not use bare `except`
|
|
Lint with Ruff:
arbeitsplan/forms.py#L41
arbeitsplan/forms.py:41:9: E722 Do not use bare `except`
|
|
Complete job
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-python@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 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/
|
Loading