python-pillow / Pillow

Python Imaging Library (Fork)
https://python-pillow.org
Other
12.33k stars 2.24k forks source link

Enforce CSV names style for `pytest.mark.parametrize` #8295

Closed akx closed 3 months ago

akx commented 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.