(This is a work in progress).
- PEP8 as general fallback recommendations
- Max line length: 120
- Avoid overcomplex compound statements. i.e. dont do this:
somevar = x if x == y else z if a == b and c == b else x
foo(really_long_arg_1,
really_long_arg_2)foo = {
'bar': 'baz',
}