sendgrid / sendgrid-python

The Official Twilio SendGrid Python API Library
https://sendgrid.com
MIT License
1.53k stars 712 forks source link

misc: Create GitHub Action to lint Python code #1065

Closed cclauss closed 1 year ago

cclauss commented 1 year ago

Ruff supports over 500 lint rules including bandit, isort, pylint, pyupgrade, and flake8 plus its plugins, and is written in Rust for speed.

The ruff Action uses minimal steps to run in ~10 seconds, rapidly providing intuitive GitHub Annotations to contributors.

image

Fixes

A short description of what this PR does.

Checklist

If you have questions, please file a support ticket.