Am Wed, 20 Jul 2016 12:22:08 +0200 schrieb Nicholas Mc Guire <[email protected]>:
> Mandate pep8 coding style checker compliance of python contributions > as basic QA. > > Signed-off-by: Nicholas Mc Guire <[email protected]> > --- > CONTRIBUTING.md | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md > index 98c7527..17e9d56 100644 > --- a/CONTRIBUTING.md > +++ b/CONTRIBUTING.md > @@ -12,6 +12,7 @@ Contribution Checklist > - use git to manage your changes [*recomended*] > > - follow Documentation/coding-style.txt coding style [**required**] > + - for python code run pep8 coding style checker [**required**] That is indeed not mentioned anywhere yet. Also that we require python code to work under both python 3 and 2(.7) > - add the required copyright header to each new file introduced, see > [licensing information](LICENSING.md) [**required**] -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
