Skip to content

Update dependency ruff to >=0.16, <0.17 #202

Update dependency ruff to >=0.16, <0.17

Update dependency ruff to >=0.16, <0.17 #202

Triggered via pull request August 7, 2026 02:13
Status Failure
Total duration 10s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

8 errors
ruff
The process '/opt/hostedtoolcache/ruff/0.16.1/x86_64/ruff' failed with exit code 1
ruff (RUF036): src/jellybench_py/worker.py#L77
src/jellybench_py/worker.py:77:18: RUF036 `None` not at the end of the type union. help: Move `None` to the end of the type union
ruff (CPY001): src/jellybench_py/util.py#L1
src/jellybench_py/util.py:1:1: CPY001 Missing copyright notice at top of file
ruff (ISC004): src/jellybench_py/core.py#L951
src/jellybench_py/core.py:951:17: ISC004 Unparenthesized implicit string concatenation in collection help: Did you forget a comma? help: Wrap implicitly concatenated strings in parentheses
ruff (ISC004): src/jellybench_py/core.py#L943
src/jellybench_py/core.py:943:17: ISC004 Unparenthesized implicit string concatenation in collection help: Did you forget a comma? help: Wrap implicitly concatenated strings in parentheses
ruff (RUF036): src/jellybench_py/core.py#L261
src/jellybench_py/core.py:261:53: RUF036 `None` not at the end of the type union. help: Move `None` to the end of the type union
ruff (CPY001): src/jellybench_py/constant.py#L1
src/jellybench_py/constant.py:1:1: CPY001 Missing copyright notice at top of file
ruff (CPY001): src/jellybench_py/__init__.py#L1
src/jellybench_py/__init__.py:1:1: CPY001 Missing copyright notice at top of file