-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update the list of extension packages pylint is allowed to load #3873
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/bot run all
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Codecov Report
@@ Coverage Diff @@
## master #3873 +/- ##
==========================================
- Coverage 89.96% 89.34% -0.62%
==========================================
Files 1140 268 -872
Lines 105744 26180 -79564
==========================================
- Hits 95129 23391 -71738
+ Misses 10615 2789 -7826
|
Description of changes:
Adds some of the standard CPython extension packages to pylint's allow list.
This greatly reduces the number of spurious error messages pylint generates, making it a bit easier to see any actual warnings/errors in the output.
Also changed the configuration key to
extension-pkg-allow-list
. This is supported since pylint-2.7.3 (March 2021).Testing done:
This only affects the test suite, which still runs.
General
Tests
unique_name_from_base
to create resource names in integ tests (if appropriate)By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.