The problem on that script is that it's using the py2 version of flake8. You need to run it like this:
python3 -m flake8 <dir>
I'll add that to my branch. Please check it, because I'm not sure if on cmake I should be calling python3 directly; I have seen some fancier things in some other projects.
Hey osomon.
The problem on that script is that it's using the py2 version of flake8. You need to run it like this:
python3 -m flake8 <dir>
I'll add that to my branch. Please check it, because I'm not sure if on cmake I should be calling python3 directly; I have seen some fancier things in some other projects.