# HG changeset patch
# User Laurent Peuch <cortex@worlddomination.be>
# Date 1673965116 -3600
#      Tue Jan 17 15:18:36 2023 +0100
# Node ID 521cb9e784ee660881eb5eeb19b2724fa776559f
# Parent  ab71a22db94703053b1b52d75f188e8d6610722d
chore(flake8): remove format=pylint option for a better output

diff --git a/tox.ini b/tox.ini
--- a/tox.ini
+++ b/tox.ini
@@ -22,7 +22,6 @@
 
 [flake8]
 basepython = python3
-format = pylint
 ignore = W503, E203, E731, E231
 max-line-length = 100
 exclude = doc/*,.tox/*,./test/data/*