setup.cfg: adjust flake8 section so invoking it without arguments works
authorMichael Prokop <mika@grml.org>
Thu, 18 Jun 2020 15:56:49 +0000 (17:56 +0200)
committerMichael Prokop <mika@grml.org>
Thu, 18 Jun 2020 15:58:34 +0000 (17:58 +0200)
commitec5eec18b076ef94189ae2b97940a3b5c78275e9
treed9fb02a68fd28b36b2f21f516fdb5345c46fb87b
parent9e7dd969c917d32365f2acb714c5c28e9c450dd3
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