Ah, good catch. I was fighting with vim in the template, since it didn't know how to parse the mixed language. Fixed.
I hadn't run flake8 either, but it looks like the changes are primarily because vim is configured according to somewhat different rules than flake8. (indents are always a multiple of 4 spaces, usually 1 indent for functions and classes and control structures but generally 2 for lists and tuples and such) I'll flake-ify it and re-push.
Ah, good catch. I was fighting with vim in the template, since it didn't know how to parse the mixed language. Fixed.
I hadn't run flake8 either, but it looks like the changes are primarily because vim is configured according to somewhat different rules than flake8. (indents are always a multiple of 4 spaces, usually 1 indent for functions and classes and control structures but generally 2 for lists and tuples and such) I'll flake-ify it and re-push.