aboutsummaryrefslogtreecommitdiff
path: root/.pylintrc
AgeCommit message (Expand)Author
2022-05-03[PSM interop] Introduce isort/pylint to the GKE framework (#29476)Lidi Zheng
2021-07-26Introduce Python import sorting to our sanity test suite (#26768)Lidi Zheng
2021-01-13Python style: suppress pylint bad-continuation for yapf compatibilitySergii Tkachenko
2020-02-11Reviewer adviceRichard Belleville
2020-02-07Yapf. PylintRichard Belleville
2020-01-23De-duplication for the call objectsLidi Zheng
2019-04-11Revert "Merge pull request #18727 from grpc/revert_compression"Richard Belleville
2019-04-11Revert "Merge pull request #18564 from grpc/compression"Richard Belleville
2019-04-09Implement compression API within gRPC Python.Richard Belleville
2018-12-10Upgrade sanity Docker image to debian:stretchLidi Zheng
2018-06-08Change notes on suppressionsMehrdad Afshari
2018-06-07Disable additional pylint warnings due to upgradeMehrdad Afshari
2017-08-03gRPC Python test infrastructureNathaniel Manista
2017-07-25gRPC Python test infrastructureNathaniel Manista
2017-06-24Clean up and opinionate .pylintrcNathaniel Manista
2017-06-24Enable wrong-import-order lintNathaniel Manista
2017-06-24Enable redefined-variable-type lintNathaniel Manista
2017-06-24Enable next-method-called lintNathaniel Manista
2017-03-03Enable unused-argument lintNathaniel Manista
2017-03-03Enable too-many-return-statements lintNathaniel Manista
2017-03-03Suppress and enable too-many-locals lintNathaniel Manista
2017-03-03Configure and enable too-many-arguments lintNathaniel Manista
2017-03-03Fix and enable super-init-not-called lintNathaniel Manista
2017-03-03Enable suppressed-message lintNathaniel Manista
2017-03-03Fix and enable redefined-outer-name lintNathaniel Manista
2017-03-02Work toward enabling cyclic-import lintNathaniel Manista
2017-03-02Selectively suppress and enable broad-except lintNathaniel Manista
2017-03-02Control and enable fixme lintNathaniel Manista
2017-03-02Fix and enable no-value-for-parameter lintNathaniel Manista
2017-03-02Fix and enable unused-variable lintNathaniel Manista
2017-03-02Fix and enable unused-import lintNathaniel Manista
2017-03-02Fix and enable no-self-use lintNathaniel Manista
2017-02-22Fix and enable no-member lintNathaniel Manista
2017-02-15Fix and enable simplifiable-if-statement lintNathaniel Manista
2017-02-15Fix and enable dangerous-default-value lintNathaniel Manista
2017-02-15Fix and enable logging-format-interpolation lintNathaniel Manista
2017-02-13Added Pylint to sanity testsMehrdad Afshari