A plugin for Flake8 that adds colorized output for error highlights. Version 0.1.9 is current; the package has had few updates and is in maintenance mode. It applies ANSI color codes to Flake8's default output format for better readability.
pip install flake8-colorsNo compatibility data collected yet for this library.
Install and run Flake8 with the --color flag to see colorized output.
No Python import or usage needed—just run 'flake8 --color always'.
Use '--color always' to force colors, but ensure your terminal supports them.
This package is automatically discovered by Flake8; no Python import is needed. Just run 'pip install flake8-colors' and 'flake8 --color always'.
Ensure you have Flake8 >=3.0.0 installed and the plugin is installed with 'pip install flake8-colors'. The flag is '--color', not '--colour'.
No dependency data recorded yet.