You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
style: Fixes unnecessary-collection-call (C408) for testsuite (OSGeo#3947)
* style: Fixes unnecessary-collection-call (C408) for testsuite
Only applies fixes to non-empty collections by `ruff check --select "C408" --unsafe-fixes --output-format=concise --fix --config 'include = ["*/testsuite/**.py"]'` in order to limit the review scope.
* style: Apply black formatting
Separated in another commit for easier review of only the original changes without formatting
0 commit comments