feat: get all winners (#6) #17
code-style.yml
on: push
ruff-lint
9s
ruff-format
8s
Annotations
3 errors
ruff-format
Process completed with exit code 1.
|
Ruff (E712):
app/main.py#L140
app/main.py:140:20: E712 Avoid equality comparisons to `True`; use `if Candidate.already_won:` for truth checks
|
ruff-lint
Process completed with exit code 1.
|