sourcery for pros

Develop faster, write
cleaner code

Powerful suggestions and whole-project analysis clean your code at scale so you can focus more time on building great products.

VS Code refactoring

for task in tasks

Power through repetitive tasks

Catch and fix quality issues before they enter your code to have fewer bugs, greater velocity, and happier teams.

rules:
- id: filter-lambda-to-list-comprehension
  pattern: |
      list(filter(lambda ${arg}: ${expr}, ${items}))
  replacement: |
      [${arg} for ${arg} in ${items} if ${expr}]
  description: |
      Use list comprehensions instead of filter and lambda

while is_Learning: knowledge.append(information)

Powerful feedback

Sourcery Pro gives you powerful reviews and suggestions about how to improve your code, like extracting repeated code into its own method.

git commit -m “lgtm”

Speed up code reviews

Let Sourcery handle the repetitive stuff you need to deal with in code reviews - style issues, coding standards, best practices, then you can focus on the important side of your work.

match typeOfUser:

Simple, flexible pricing

For open source projects

Free

Feedback on open source code anytime, anywhere

    For all projects

    $10 per month

    Improve any project with the full power of Sourcery

      For teams

      $30 per month

      Streamlined code reviews and consistent code quality