Update dependency ruff to >=0.16, <0.17 #200
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
|