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
- Host: GitHub
- URL: https://github.com/marcoceppi/brackets-flake8
- Owner: marcoceppi
- License: apache-2.0
- Created: 2014-01-14T13:35:52.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-14T15:39:36.000Z (over 11 years ago)
- Last Synced: 2025-02-15T16:42:11.841Z (4 months ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 1
- Watchers: 3
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 --upgradeAfter 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`