Skip to content

Instantly share code, notes, and snippets.

@wlgrd
Created September 29, 2016 12:18
Show Gist options
  • Save wlgrd/3c94eb70ec37f1234a8163bb9db9335f to your computer and use it in GitHub Desktop.
Save wlgrd/3c94eb70ec37f1234a8163bb9db9335f to your computer and use it in GitHub Desktop.
pip install flake8
pip install flake8-pep257
apm install linter
apm install linter-flake8
apm install autocomplete-python
apm install hyperclick
apm install script
Description:
flake8 takes care of pep8 and docstrings linting,
using pep257 for docstring conventions.
linter is a top level linter package
linter-flake8 lints pep8
autocomplete gets super awesome automcompletion for all python
hyperclick gives ctrl+click go-to-definition together with automcomplete
python tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment