[ci] Fix ruff 0.16 regression #172
Annotations
10 errors and 1 warning
|
ruff (C417):
pyerrors/correlators.py#L139
pyerrors/correlators.py:139:32: C417 Unnecessary `map()` usage (rewrite using a list comprehension)
help: Replace `map()` with a list comprehension
|
|
ruff (C419):
pyerrors/correlators.py#L114
pyerrors/correlators.py:114:29: C419 Unnecessary list comprehension
help: Remove unnecessary comprehension
|
|
ruff (C419):
pyerrors/correlators.py#L108
pyerrors/correlators.py:108:101: C419 Unnecessary list comprehension
help: Remove unnecessary comprehension
|
|
ruff (C419):
pyerrors/correlators.py#L108
pyerrors/correlators.py:108:22: C419 Unnecessary list comprehension
help: Remove unnecessary comprehension
|
|
ruff (C419):
pyerrors/correlators.py#L104
pyerrors/correlators.py:104:20: C419 Unnecessary list comprehension
help: Remove unnecessary comprehension
|
|
ruff (C419):
pyerrors/correlators.py#L85
pyerrors/correlators.py:85:36: C419 Unnecessary list comprehension
help: Remove unnecessary comprehension
|
|
ruff (C419):
pyerrors/correlators.py#L84
pyerrors/correlators.py:84:28: C419 Unnecessary list comprehension
help: Remove unnecessary comprehension
|
|
ruff (C403):
pyerrors/correlators.py#L77
pyerrors/correlators.py:77:28: C403 Unnecessary list comprehension (rewrite as a set comprehension)
help: Rewrite as a set comprehension
|
|
ruff (C419):
pyerrors/correlators.py#L75
pyerrors/correlators.py:75:28: C419 Unnecessary list comprehension
help: Remove unnecessary comprehension
|
|
ruff (C419):
pyerrors/correlators.py#L73
pyerrors/correlators.py:73:28: C419 Unnecessary list comprehension
help: Remove unnecessary comprehension
|
|
ruff
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: astral-sh/ruff-action@v3. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|