From ec5eec18b076ef94189ae2b97940a3b5c78275e9 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 18 Jun 2020 17:56:49 +0200 Subject: [PATCH] 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 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) 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 -- 2.1.4