Skip to content
Snippets Groups Projects
Commit b5caa071 authored by Martin Blanchard's avatar Martin Blanchard
Browse files

.pylintrc: Add boto3 and grpc to the list of known third parties

This should fix third party import linting warnings complaining that
grpc should be imported before boto3 (wrong-import-order).
parent cc4b0db4
No related branches found
No related tags found
Loading
Pipeline #31148480 passed
......@@ -454,7 +454,9 @@ int-import-graph=
known-standard-library=
# Force import order to recognize a module as part of a third party library.
known-third-party=enchant
known-third-party=boto3,
enchant,
grpc
[DESIGN]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment