[Notes] [Git][BuildGrid/buildgrid][master] .pylintrc: Add boto3 and grpc to the list of known third parties



Title: GitLab

Martin Blanchard pushed to branch master at BuildGrid / buildgrid

Commits:

1 changed file:

Changes:

  • .pylintrc
    ... ... @@ -454,7 +454,9 @@ int-import-graph=
    454 454
     known-standard-library=
    
    455 455
     
    
    456 456
     # Force import order to recognize a module as part of a third party library.
    
    457
    -known-third-party=enchant
    
    457
    +known-third-party=boto3,
    
    458
    +                  enchant,
    
    459
    +                  grpc
    
    458 460
     
    
    459 461
     
    
    460 462
     [DESIGN]
    



  • [Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]