Make our flake8 output more colorful

This commit is contained in:
Ian Stapleton Cordasco 2017-11-26 11:23:06 -06:00
parent c60546e896
commit 696063ed1a
No known key found for this signature in database
GPG key ID: C9D7A2604B4FCB2A

View file

@ -38,6 +38,7 @@ deps =
flake8-docstrings>=0.2.7
flake8-import-order>=0.9
pep8-naming
flake8-colors
commands =
flake8 src/flake8/ tests/ setup.py
@ -158,3 +159,4 @@ exclude =
max-complexity = 10
import-order-style = google
application-import-names = flake8
format = ${cyan}%(path)s${reset}:${yellow_bold}%(row)d${reset}:${green_bold}%(col)d${reset}: ${red_bold}%(code)s${reset} %(text)s