geopandas / dask-geopandas

Parallel GeoPandas with Dask
https://dask-geopandas.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
486 stars 45 forks source link

MAINT: update linting setup (align with geopandas, use ruff, move config to pyproject.toml) #294

Closed jorisvandenbossche closed 2 months ago

jorisvandenbossche commented 3 months ago

Mostly just copied geopandas' setup (with its latest changes to expand the usage of ruff in https://github.com/geopandas/geopandas/pull/3291 and https://github.com/geopandas/geopandas/pull/3297), with some minor edits to adjust for dask-geopandas

The diff is mostly from sorting imports, and only few actual code changes.