aws / aws-lambda-builders

Python library to compile, build & package AWS Lambda functions for several runtimes & framework
Apache License 2.0
334 stars 139 forks source link

chore: Enable pylint within ruff #436

Closed jfuss closed 1 year ago

jfuss commented 1 year ago

Issue #, if available: N/A

Description of changes: In #435, I added ruff to replace pylint linting. However, I missed that ruff does not add pylint in by default (only pycodestyle and Pyflakes. This PR targets pylint rules ruff has.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.