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
In #88 we merged automatic formatting of code. This works great but has a few problems:
isort's import formatting works differently from IntelliJ/PyCharm's built in capabilities (which don't appear configurable). The main difference is around "known first party" code (e.g., macrostrat.***) which isort allows grouping separately.
This creates a bit of a back-and-forth exchange between IntelliJ and CI-based formatting in some changes.
Switching to a newer/all-in-one tool like ruff might help things, but only if there is an IntelliJ/PyCharm integration
The text was updated successfully, but these errors were encountered:
In #88 we merged automatic formatting of code. This works great but has a few problems:
isort
's import formatting works differently from IntelliJ/PyCharm's built in capabilities (which don't appear configurable). The main difference is around "known first party" code (e.g.,macrostrat.***
) whichisort
allows grouping separately.This creates a bit of a back-and-forth exchange between IntelliJ and CI-based formatting in some changes.
Switching to a newer/all-in-one tool like
ruff
might help things, but only if there is an IntelliJ/PyCharm integrationThe text was updated successfully, but these errors were encountered: