-
Notifications
You must be signed in to change notification settings - Fork 169
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
consider implementing Python style checks + standards #271
Comments
I'm a fan of |
+1 on |
I'd love to require |
Merged
We have implemented python checks a while ago: Lines 43 to 48 in a4f25d5
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
This came up in the review of #270 and rather than litter that review with extraneous comments, let's move it here.
Shortlist of things to implement:
.format()
, usingos.path.join
, etc)pycodestyle
(neepep8
) across the code basepycodestyle
on each PROther input welcome. 😄
The text was updated successfully, but these errors were encountered: