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
We should review the linter and formatter rules we want to apply to our project. In the example discussion above, we wanted variables names to stay lowercase, so we should add the rule that enforces lowercase variable names. Similarly, we should take a look at other format and code style rules we do want to enforce.
From #55 (comment):
We should review the linter and formatter rules we want to apply to our project. In the example discussion above, we wanted variables names to stay lowercase, so we should add the rule that enforces lowercase variable names. Similarly, we should take a look at other format and code style rules we do want to enforce.
For reference, here is the list of Ruff rules: https://docs.astral.sh/ruff/rules/
The text was updated successfully, but these errors were encountered: