Closed akx closed 3 months ago
As mentioned by @radarhere in https://github.com/akx/Pillow/pull/7, Pillow's pytest.mark.parametrize house style is csv – this configures Ruff to enforce that and fixes the stray tuples.
pytest.mark.parametrize
csv
As mentioned by @radarhere in https://github.com/akx/Pillow/pull/7, Pillow's
pytest.mark.parametrize
house style iscsv
– this configures Ruff to enforce that and fixes the stray tuples.