stac-utils / pystac

Python library for working with any SpatioTemporal Asset Catalog (STAC)

Home Page:https://pystac.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable ruff's `I` rules

gadomski opened this issue · comments

Import sorting isn't enabled by default, but we should turn it on. See stac-utils/stactools@3e1ee88 for an example of adding it to pyproject.toml and .pre-commit-config.yaml.