mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-14 16:34:46 +00:00
Make our flake8 output more colorful
This commit is contained in:
parent
c60546e896
commit
696063ed1a
1 changed files with 2 additions and 0 deletions
2
tox.ini
2
tox.ini
|
|
@ -38,6 +38,7 @@ deps =
|
||||||
flake8-docstrings>=0.2.7
|
flake8-docstrings>=0.2.7
|
||||||
flake8-import-order>=0.9
|
flake8-import-order>=0.9
|
||||||
pep8-naming
|
pep8-naming
|
||||||
|
flake8-colors
|
||||||
commands =
|
commands =
|
||||||
flake8 src/flake8/ tests/ setup.py
|
flake8 src/flake8/ tests/ setup.py
|
||||||
|
|
||||||
|
|
@ -158,3 +159,4 @@ exclude =
|
||||||
max-complexity = 10
|
max-complexity = 10
|
||||||
import-order-style = google
|
import-order-style = google
|
||||||
application-import-names = flake8
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue