Clone the repository from GitHub.
git clone https://github.com/rozza/python-flake8-tmbundle.git ~/Library/Application\ Support/TextMate/Bundles/PythonFlake8.tmbundle
Reload TextMate or Navigate to Bundles -> Bundle Editor -> Reload Bundles. If that fails - try restarting Textmate.
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.
Based on the automated PyFlakes in Textmate bundle. Uses Flake8. under the hood.