First than all, the tool was remaned to pycodestyle, any way some pep8 codestyle fixes
2 new commits added
https://paste.fedoraproject.org/405825/70866929/
It is posible to add a automatic pycodestyle in test:
https://pycodestyle.readthedocs.io/en/latest/advanced.html
But it will breake the build for a long time until all issues are fixed or ignored, but after that the autotest will prevent to introduce new pep8 issues, sound good that?
1 new commit added
This is required for pagure-ci?
I'm fine with the new lines/dropped lines changes but I'm not sure about the checkstyle.sh script and there is a reason for the content of requirements.txt to be this way :)
Why not put the list of ignores into setup.cfg or tox.ini file? That way it would be useful for people that integrate the check into their editor (without having to bend the editor to run this script).
setup.cfg
tox.ini
At this time there are many issues, the idea es to prevent to new issues comming into pagure but do not make a lot of noises with current issues.
I can revert the commit adding the script, it is just pycodestyle with a list of ignored issues.
43 new commits added
This is odd, it looks like you rebased but the commits have a different hash and thus they appear different.
Will try a git squash to fix it :cold_sweat:
rebased
I have a large, project-wide pep8/pylint fixes branch (cf pep8_fixes) that will be coming up for review in a few. I believe it will include the fixes you made here, so do you mind if I close this PR for now?
pep8_fixes
Sound good
Pull-Request has been closed by williamjmorenor
First than all, the tool was remaned to pycodestyle, any way some pep8 codestyle fixes