canonical / charmed-kubeflow-chisme

Shared Utilities used across Charmed Kubeflow
Apache License 2.0
1 stars 4 forks source link

fix isort line_length setting #87

Closed ca-scribner closed 5 months ago

ca-scribner commented 5 months ago

Previously, isort was using its default line_length=79, whereas all other linting was done with line_length=99. This commit fixes the setting and reformates any files affected.

ca-scribner commented 5 months ago

Unit tests here will fail until #86 is merged and we rebase. Once we rebase, we might need to rerun tox -e fmt here