Python Flake8 TextMate Bundle
Installation
Clone the repository from GitHub.
git clone https://github.com/rozza/python-flake8-tmbundle.git ~/Library/Application\ Support/TextMate/Bundles/PythonFlake8.tmbundleReload TextMate or Navigate to Bundles -> Bundle Editor -> Reload Bundles. If that fails - try restarting Textmate.
Flake8
Wraps the following Libraries:
- Removes whitespace
- PEP 8
- PyFlakes
- Mccabee
- Validate Syntax Quick (⌘S) shows a tooltip showing all the errors and warnings in your code.
Credits
Based on the automated PyFlakes in Textmate bundle. Uses Flake8. under the hood.