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
As discussed during the code camp (07/01/2025) we are trying to move towards proper code formatting with a linter. ruff seems to be one solution, as it is very popular and allows not just checking but also automatic formatting.
We can start by requiring all the new code to be properly formatted but also spend time on the main body of the code.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
As discussed during the code camp (07/01/2025) we are trying to move towards proper code formatting with a linter.
ruff
seems to be one solution, as it is very popular and allows not just checking but also automatic formatting.We can start by requiring all the new code to be properly formatted but also spend time on the main body of the code.
Beta Was this translation helpful? Give feedback.
All reactions