We plan to put quality control for our Python code, previously we used sonar for java projects. Is there any python support project with similar sonarsource functionality?
There seems to be a python plugin for sonar now.
You can take a look at Violations Lib . It is used in a bunch of plugins listed in its README. It supports analysis tools for Python, and there are plugins for commenting on GitLab, Bitbucket Server, and GitHub.
Check out https://stackoverflow.com/questions/296420/automatic-code-quality-review-tool-for-python
Basically, you can use PyFlakes , PyLint, or PEP8 and connect it to your version control system to complete each commit.
Source: https://habr.com/ru/post/894715/More articles:Pow & MAMP Pro Simultaneous Management - ruby-on-railsGit tag - validation problem - gitCompact (archived) old log files in python - pythonAvoid special SQL characters in regex in Mysql - regexvalidation and monad list - scalaSet binding programmatically to require client certificate approval in iis - c #How to create a good crash log report for a Qt application in windows - qtIs C # ID / OK ever used? - c #When does Delphi use System.IsConsole? - delphiUsing C #, how to find out if a folder is online or not - c #All Articles