word_generator()
changes
#24
Annotations
5 errors
Run ruff lint:
bing_rewards/__init__.py#L83
bing_rewards/__init__.py:83:21: PLW2901 `for` loop variable `line` overwritten by assignment target
|
Run ruff lint:
bing_rewards/__init__.py#L90
bing_rewards/__init__.py:90:21: PLW2901 `for` loop variable `line` overwritten by assignment target
|
Run ruff lint:
bing_rewards/__init__.py#L93
bing_rewards/__init__.py:93:9: PERF203 `try`-`except` within a loop incurs performance overhead
|
Run ruff lint:
bing_rewards/__init__.py#L93
bing_rewards/__init__.py:93:16: UP024 Replace aliased errors with `OSError`
|
Run ruff lint
Process completed with exit code 1.
|
Loading