/python-flake8-tmbundle

Adds support for automated Flake8 linting in TextMate

Primary LanguagePython

Python Flake8 TextMate Bundle

Installation

  1. Clone the repository from GitHub.

    git clone https://github.com/rozza/python-flake8-tmbundle.git ~/Library/Application\ Support/TextMate/Bundles/PythonFlake8.tmbundle

  2. Reload 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.