druid-io / pydruid

A Python connector for Druid
Other
509 stars 200 forks source link

Linting in travis.ci using flake8 #111

Closed mistercrunch closed 6 years ago

mistercrunch commented 6 years ago

Also:

betodealmeida commented 6 years ago

Cool! One thing I have in my .vimrc is:

au BufWrite *.py :Autoformat

And I have https://github.com/Chiel92/vim-autoformat installed. This way whenever I save a Python file it will run autopep8 on them. I usually disable when I'm working on other people's code, though, since it introduces too many changes.

mistercrunch commented 6 years ago

I have vimtastic setup with pylint and it's very neat too. Much recommended