Created
September 29, 2016 12:18
-
-
Save wlgrd/3c94eb70ec37f1234a8163bb9db9335f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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