Python 3.10 support and bundled Google Style Guide


Sourcery VS Code Hub

You can now configure Sourcery directly from VS Code. Just click the Sourcery button in the VS Code status bar at the bottom.

Then you can login, read the Getting Started instructions or select Sourcery rules to enable and disable

Sourcery hub

Python 3.10 support

Sourcery now parses and understands Python 3.10 code including the all important match syntax.

Google Python Style Guide

You can now easily run the Google Python Style Guide.

Enable it directly from config with:

rule_settings:
    enable:
        - default # Continue to run the default rules
        - google-python-style-guide # Add in the additional

Or run it directly from CLI with sourcery review --enable google-python-style-guide PATH

Full changelog

Added

Changed

Fixed