#Brackets-FLAKE8
This extension add flake8 style guide check for python projects.
- Open the the Extension Manager from the File menu
- Copy paste the URL of the github repo or zip file
- Download this extension using the ZIP button above and unzip it.
- Copy it in Brackets'
/extensions/userfolder by selectingHelp > Show Extension Folderin the menu. - Reload Brackets.
== Dependencies ==
- flake8
- sudo apt-get install python-flake8
- sudo pip install flake8 --upgrade
After installed, simple use Ctrl+Shift+L or View->FLAKE8 Lint on your python code.
Modify configuration by editing the following file ~/.config/Brackets/extensions/user/brackets-flake8/defaultPreferences.js