An open API service indexing awesome lists of open source software.

https://github.com/marcoceppi/brackets-flake8

Flake8 linting for python
https://github.com/marcoceppi/brackets-flake8

Last synced: 4 months ago
JSON representation

Flake8 linting for python

Awesome Lists containing this project

README

        

#Brackets-FLAKE8

This extension add flake8 style guide check for python projects.

## Install from URL

1. Open the the Extension Manager from the File menu
2. Copy paste the URL of the github repo or zip file

## Install from file system

1. Download this extension using the ZIP button above and unzip it.
2. Copy it in Brackets' `/extensions/user` folder by selecting `Help > Show Extension Folder` in the menu.
3. Reload Brackets.

## Instructions

== 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`