I find it useful as it is already!
As mentioned it would be good to have pep8 but I would becareful with FORCING it by blocking non-pep8-compilant patches/changes
because first of all that would just increase the workload to us.
> 1) all code passes pep8 validation 2) someone uploads a patchsetYes that's of course what can (and according to Murphy also will)
> that adds a mistake: the merged repository does not pass
> validation 3) the bot reports the patchset failed validation 4) the
> change is merged -> the repository no longer passes validation!
happen, but I would just mark susch a commit as bug or at least "to be
improved" and fix it.
I mean nothing will break if the code is not
pep8. It will still work. It is just not that clean and pure anymore.
> And because the repository no longer passes validation, the botThere it would be nice if the bot could be patched in order to become
> will also report 'failure' on any following patchset!
such smart that it can mark this as follow-up to the buggy patchset
that was not pep8.