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
Since we already use the ruff linter extensively, we might as well utilize its formatter. The configuration should be fairly minimal and applying its black-like formatting could be done in a single commit.
We should then integrate the format checker into the CI workflow and thereby ensure consistent code style from that point forward. The isort-like import sorting should be integrated as well. All of it should apply to both src/ and tests/.
The text was updated successfully, but these errors were encountered:
Since we already use the
ruff
linter extensively, we might as well utilize its formatter. The configuration should be fairly minimal and applying itsblack
-like formatting could be done in a single commit.We should then integrate the format checker into the CI workflow and thereby ensure consistent code style from that point forward. The
isort
-like import sorting should be integrated as well. All of it should apply to bothsrc/
andtests/
.The text was updated successfully, but these errors were encountered: