# HG changeset patch # User Laurent Peuch <cortex@worlddomination.be> # Date 1704351366 -3600 # Thu Jan 04 07:56:06 2024 +0100 # Node ID 81d7cf1f51ec6273d67d9095782f1a5077a6e2e2 # Parent 688cc28336adc4d2f243d081cfc80a9ac5fdc3d0 chore(flake8): add --show-source option to flake8 diff --git a/tox.ini b/tox.ini --- a/tox.ini +++ b/tox.ini @@ -19,7 +19,7 @@ skip_install = true deps = flake8 -commands = flake8 +commands = flake8 --show-source [flake8] basepython = python3