Format and lint with ruff, leaving one intentional warning to test #2
Annotations
3 errors
Ruff (E711):
src/card.py#L105
src/card.py:105:29: E711 Comparison to `None` should be `cond is not None`
|
ruff
Process completed with exit code 1.
|
ruff
Process completed with exit code 1.
|