collect.py: add flake8 code style tool
authorPetr Štetiar <ynezz@true.cz>
Thu, 6 Aug 2020 08:46:10 +0000 (10:46 +0200)
committerPetr Štetiar <ynezz@true.cz>
Thu, 6 Aug 2020 12:57:56 +0000 (14:57 +0200)
commitef2dbc64851ce9c5048504041f6b391a597b8fdb
tree4139196d68f03596a18b5b798b20cccff1632868
parent19222824569794650e0aad58829fd4e0e5566af9
collect.py: add flake8 code style tool

Refactor the code in order to fix following flake8 errors:

 misc/collect.py:55:1: E302 expected 2 blank lines, found 1
 misc/collect.py:98:12: E713 test for membership should be 'not in'

Signed-off-by: Petr Štetiar <ynezz@true.cz>
.flake8 [new file with mode: 0644]
misc/collect.py