ANSI colors highlight for Flake8
- 
Install plugin:
pip install flake8-colors - 
Use the following example format in your
.flake8file:format = ${cyan}%(path)s${reset}:${yellow_bold}%(row)d${reset}:${green_bold}%(col)d${reset}: ${red_bold}%(code)s${reset} %(text)s - 
Enjoy!
 
There are three forms of tags:
- ${COLOR}
 - ${COLOR_MODIFIER}
 - ${TAG}
 
Colors:
- black
 - red
 - green
 - yellow
 - blue
 - purple
 - cyan
 - white
 
Modifiers:
- fg
 - bold
 - underline
 - bg
 
Tags:
- bold
 - underline
 - reset
 
Inspired by flake8-format-ansi
Just do whatever you want to do.
