From 35ffbfcf559b966917373c00ecf1dcc14323ebbb Mon Sep 17 00:00:00 2001 From: korenstin Date: Thu, 1 Aug 2024 17:26:17 +0200 Subject: [PATCH] Colored linters --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ad3c6798..8039e22f 100644 --- a/tox.ini +++ b/tox.ini @@ -51,4 +51,4 @@ max-complexity = 15 max-line-length = 160 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 +format = %(cyan)s%(path)s%(reset)s:%(yellow)s%(bold)s%(row)d%(reset)s:%(green)s%(bold)s%(col)d%(reset)s: %(red)s%(bold)s%(code)s%(reset)s %(text)s