chore: restore MIT license #265
Annotations
10 errors and 3 warnings
|
ruff (F811):
app.py#L2599
app.py:2599:8: F811 Redefinition of unused `re` from line 36: `re` redefined here
app.py:36:8: previous definition of `re` here
help: Remove definition: `re`
|
|
ruff (E722):
app.py#L2460
app.py:2460:13: E722 Do not use bare `except`
|
|
ruff (F541):
app.py#L2244
app.py:2244:25: F541 f-string without any placeholders
help: Remove extraneous `f` prefix
|
|
ruff (F541):
app.py#L2242
app.py:2242:29: F541 f-string without any placeholders
help: Remove extraneous `f` prefix
|
|
ruff (F541):
app.py#L2240
app.py:2240:29: F541 f-string without any placeholders
help: Remove extraneous `f` prefix
|
|
ruff (F541):
app.py#L1774
app.py:1774:33: F541 f-string without any placeholders
help: Remove extraneous `f` prefix
|
|
ruff (F541):
app.py#L1764
app.py:1764:33: F541 f-string without any placeholders
help: Remove extraneous `f` prefix
|
|
ruff (F541):
app.py#L1755
app.py:1755:33: F541 f-string without any placeholders
help: Remove extraneous `f` prefix
|
|
ruff (E722):
app.py#L768
app.py:768:9: E722 Do not use bare `except`
|
|
ruff (E722):
app.py#L744
app.py:744:13: E722 Do not use bare `except`
|
|
version-check
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. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
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/
|
|
test
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/
|