Skip to content

update flake8-ok-files.txt with files that passes flake8

We have this madness file called flake8-ok-files.txt which list all files on which flake8 will run, meaning all other are broken. I guess this is due to historical reason or whatever.

In the mean time: we have 139 files in this file while we have 602 python files in cubicweb which is kinda sad.

I've played with diff and some bash and I've added to this file all files that passes flake8 that weren't already in this file and we are now at 268 entries which is better while not perfect.

Tbh we should just trash this and run black on the whole code base but there is the risk that this will breaks all MR.

Edited by Laurent Peuch

Merge request reports