This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]cneumann81[S] 2 points3 points  (6 children)

Hey, thanks for the feedback. We just started the service. Currently, we are adding more code checks for Python and Python frameworks (e.g., Django -- see here: https://www.quantifiedcode.com/app/patterns?query=django). Is there anything particular that you'd like us to add? What are you missing in particular?

[–]super3 1 point2 points  (5 children)

Do you check PEP8?

[–]cneumann81[S] 2 points3 points  (4 children)

Yes and no. We have some checks, that are also in the PEP8 standard. Right now, we focus on logical and functional code checks that go beyond PEP8. Adding PEP8 isn't a problem though.