Closed sumpfralle closed 6 years ago
Cool; thanks! We should really turn on flake8 checking in the CI.
I certainly agree with the spacing for the comments, but the class name is a bit of a special case. It's a class, yes, but it's also a decorator—and decorators are typically spelled with snake_case
. Can we leave that one how it is?
Thank you for your quick response!
Can we leave that one how it is?
Who am I to argue? :)
Now I used an override there instead of the CamelCase. Additionally I went through the other files and fixed their minor flake8 issues.
Looks awesome. Thanks again!
The following small flake8 (style) issues are fixed:
Now the module is flake8 clean (for python2 and python3).