UCL-RITS / rse-classwork-2020

3 stars 112 forks source link

💄🐍 code - linting #146

Open dpshelio opened 3 years ago

dpshelio commented 3 years ago
  1. Analyse Charlene's package and run one of the linting tools You may need to install them. Which messages did you get? Was your IDE (e.g., VS Code) warning you of it already?

  2. Fix them either manually or automatically using a code formatter (e.g., yapf or black)

  3. Can you think of a way of checking the style is checked before merging new contributions? Add your suggestions below.