Skip to content

marcoceppi/brackets-flake8

Repository files navigation

#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

About

Flake8 linting for python

Resources

License

Stars

Watchers

Forks

Packages

No packages published