This release includes the first version of our pair programming coding assistant that allows you to:
The assistant is currently only available in closed alpha. If you want to get early access to it, please sign up to the waitlist.
This release also re-adds the ability to log in by inserting your Sourcery token, fixed a few bugs and improved some error messages.
We'd love to hear your feedback! Reach out at hello@sourcery.ai or on Twitter @SourceryAI. Join the Sourcery Discord Community. Ask for help or suggest improvements on GitHub.
Implemented the first version of our closed-alpha coding assistant
Re-added the ability to log in by inserting your Sourcery token
Improved cross-file type inference for several Sourcery rules
We now show the rule ID to be skipped in the skip commands
New Sourcery rules:
iloc
for indexing in Pandas
(use_iloc)Path.exists
checks
(remove-redundant-path-exists)paths
configuration of custom rulesgetattr
based on its default
argument.
Fixes #349bytes
and str
s compare differently in Sourcery rule conditions