Skip to content

word_generator() changes #24

word_generator() changes

word_generator() changes #24

Triggered via pull request November 20, 2024 01:58
Status Failure
Total duration 15s
Artifacts

lint.yml

on: pull_request
Run Linting
5s
Run Linting
Fit to window
Zoom out
Zoom in

Annotations

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