Closed sole closed 10 years ago
All that has to be changed into a more open form (my way)
Fixed 6f39f6d632c2d4e1f439a38228b756c808e65796
In Python, you can run a linter that'll yell at you if you make such mistakes. Ask in #webdev what the kids use nowadays. flake8 maybe?
Oh nice! Thanks for this.— Typed with hands
On Fri, Jul 25, 2014 at 8:45 AM, Fred Wenzel notifications@github.com wrote:
In Python, you can run a linter that'll yell at you if you make such mistakes. Ask in #webdev what the kids use nowadays. flake8 maybe?
Reply to this email directly or view it on GitHub: https://github.com/mozilla/fireplay-sublime/issues/22#issuecomment-50167159
Python is very enforcing of white space in general but there are still some places such as object definitions where spaces are missing after the semicolon, but not always. This is ugly.