From: Michael Prokop Date: Thu, 18 Jun 2020 15:56:49 +0000 (+0200) Subject: setup.cfg: adjust flake8 section so invoking it without arguments works X-Git-Tag: v0.18.3~6 X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=commitdiff_plain;h=ec5eec18b076ef94189ae2b97940a3b5c78275e9 setup.cfg: adjust flake8 section so invoking it without arguments works Instead of having to invoke `flake8 grml2usb` let's add the files to the flake8 section in setup.cfg, so it's enough to invoke just `flake8`. Thanks: Florian Apolloner --- diff --git a/setup.cfg b/setup.cfg index fe326c8..d27b669 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,3 @@ [flake8] ignore = E203, E501, W503 +filename = ./grml2usb, *.py