mozilla / fireplay-sublime

A fantastic plugin connecting your favorite editor with your favorite web debugger
47 stars 9 forks source link

Use a linter on existing and future code #32

Closed fwenzel closed 10 years ago

fwenzel commented 10 years ago

Python is a pretty strict language when it comes to coding styles (four-space indentation, line length, import order, etc.). Luckily, that makes it easy to lint.

Please run flake8 over your code (now and before you commit in the future), that'll take care of most these issues!

nicola commented 10 years ago

The only thing I can't handle now is long strings, apart from that error, linted. Long strings is now in @sole's #24