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
Nolds already has a .ruff.toml. After #43, we can move the content to pyproject.toml. We should also double-check which settings we want and which rules we want to enable.
Move content of .ruff.toml to pyproject.toml.
Double check settings.
Check what is the maximum number of rules that we can allow without creating too much hassle.
Run ruff formatter over the whole codebase.
Run all possible autofixes over the whole codebase.
Check that unit tests still work.
The text was updated successfully, but these errors were encountered:
Nolds already has a
.ruff.toml
. After #43, we can move the content topyproject.toml
. We should also double-check which settings we want and which rules we want to enable..ruff.toml
topyproject.toml
.The text was updated successfully, but these errors were encountered: