removed unused import #48
Annotations
11 errors and 3 warnings
|
ruff (B006):
tools/fuzz/qformat.py#L46
tools/fuzz/qformat.py:46:54: B006 Do not use mutable data structures for argument defaults
help: Replace with `None`; initialize within function
|
|
ruff (UP007):
tools/fuzz/qformat.py#L7
tools/fuzz/qformat.py:7:22: UP007 Use `X | Y` for type annotations
help: Convert to `X | Y`
|
|
ruff (BLE001):
tools/fuzz/main.py#L153
tools/fuzz/main.py:153:12: BLE001 Do not catch blind exception: `Exception`
|
|
ruff (UP032):
tools/fuzz/main.py#L69
tools/fuzz/main.py:69:12: UP032 Use f-string instead of `format` call
help: Convert to f-string
|
|
ruff (UP045):
tools/fuzz/interp.py#L22
tools/fuzz/interp.py:22:29: UP045 Use `X | None` for type annotations
help: Convert to `X | None`
|
|
ruff (FLY002):
tools/fud/stage.py#L40
tools/fud/stage.py:40:15: FLY002 Consider `f'{exe} {flags}'` instead of string join
help: Replace with `f'{exe} {flags}'`
|
|
ruff (FLY002):
tools/fud/hls/stage.py#L38
tools/fud/hls/stage.py:38:15: FLY002 Consider `f'{racket} {exporter} --lang {lang} - -'` instead of string join
help: Replace with `f'{racket} {exporter} --lang {lang} - -'`
|
|
ruff (B006):
tools/fpcore/fpcorelib/ast.py#L163
tools/fpcore/fpcorelib/ast.py:163:67: B006 Do not use mutable data structures for argument defaults
help: Replace with `None`; initialize within function
|
|
ruff (UP045):
tools/fpcore/fpcorelib/ast.py#L157
tools/fpcore/fpcorelib/ast.py:157:11: UP045 Use `X | None` for type annotations
help: Convert to `X | None`
|
|
ruff (UP007):
tools/fpcore/fpcorelib/ast.py#L109
tools/fpcore/fpcorelib/ast.py:109:8: UP007 Use `X | Y` for type annotations
help: Convert to `X | Y`
|
|
Check formatting
Process completed with exit code 1.
|
|
Lint Python
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, astral-sh/ruff-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Check formatting
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/
|
|
Run tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@v4, actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|