[Notes] [Git][BuildGrid/buildgrid][mablanch/36-fix-linting] .pylintrc: Extend the list of known third parties



Title: GitLab

Martin Blanchard pushed to branch mablanch/36-fix-linting at BuildGrid / buildgrid

Commits:

1 changed file:

Changes:

  • .pylintrc
    ... ... @@ -455,8 +455,12 @@ known-standard-library=
    455 455
     
    
    456 456
     # Force import order to recognize a module as part of a third party library.
    
    457 457
     known-third-party=boto3,
    
    458
    +                  click,
    
    458 459
                       enchant,
    
    459
    -                  grpc
    
    460
    +                  google,
    
    461
    +                  grpc,
    
    462
    +                  moto,
    
    463
    +                  yaml
    
    460 464
     
    
    461 465
     
    
    462 466
     [DESIGN]
    



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