ci: add flake8

This commit is contained in:
Iain Learmonth 2022-05-16 13:29:48 +01:00
parent 014596d271
commit dd501a6e4e
32 changed files with 170 additions and 171 deletions

2
setup.cfg Normal file
View file

@ -0,0 +1,2 @@
[flake8]
ignore = E501