22 Commits (6a0c483beadae1149dca77174c85ca1e3d4d5751)

Author SHA1 Message Date
Lidi Zheng 697c438df6
[PSM interop] Introduce isort/pylint to the GKE framework (#29476) 3 years ago
Lidi Zheng 2231c2ba77
Introduce Python import sorting to our sanity test suite (#26768) 3 years ago
Sergii Tkachenko ff9a426b2a Python style: suppress pylint bad-continuation for yapf compatibility 4 years ago
Lidi Zheng 8f64f9528f Add ignore to .pylintrc-tests 6 years ago
Lidi Zheng f6ce4e361b Remove the ignore-pattern in .pylintrc-tests 6 years ago
Lidi Zheng 8cb2d0546d Upgrade sanity Docker image to debian:stretch 6 years ago
Eric Gribkoff f8cf7ee56d Support gRPC Python client-side fork with epoll1 6 years ago
Mehrdad Afshari 7cd4ee7a42 Change notes on suppressions 7 years ago
Mehrdad Afshari adedd43b09 Disable additional pylint warnings due to upgrade 7 years ago
Mehrdad Afshari dd9697fef8 Eliminate broad-except suppression 7 years ago
Mehrdad Afshari 1611946161 Eliminate bare-except suppression 7 years ago
Mehrdad Afshari 4cc8ea9be1 Eliminate old-style-class suppression 7 years ago
Mehrdad Afshari fc3bb7c1f9 Eliminate wildcard-import suppression 7 years ago
Mehrdad Afshari 86d04c2e34 Eliminate function-redefined suppression 7 years ago
Mehrdad Afshari bc947ada75 Eliminate unnecessary-lambda suppression 7 years ago
Mehrdad Afshari 4c87620da2 Eliminate undefined-variable suppression 7 years ago
Mehrdad Afshari a6bf3ccac8 Eliminate non-iterator-returned suppression 7 years ago
Mehrdad Afshari a7926f9a4c Eliminate undefined-loop-variable suppression 7 years ago
Mehrdad Afshari 327b3fb6f8 Eliminate raising-bad-type suppression 7 years ago
Mehrdad Afshari ce8e2fcd16 Eliminate unreachable suppression 7 years ago
Mehrdad Afshari 35c7e8c833 Eliminate bad-continuation suppression 7 years ago
Mehrdad Afshari b9424d07e2 Run pylint on Python test code 7 years ago
Nathaniel Manista 2010985ab2 gRPC Python test infrastructure 7 years ago
Nathaniel Manista 69b7231776 gRPC Python test infrastructure 7 years ago
Nathaniel Manista 9104884a19 Clean up and opinionate .pylintrc 8 years ago
Nathaniel Manista 6613f60166 Enable wrong-import-order lint 8 years ago
Nathaniel Manista 37c83ffbed Enable redefined-variable-type lint 8 years ago
Nathaniel Manista 936f8d5eaa Enable next-method-called lint 8 years ago
Nathaniel Manista 3ec1366eb6 Enable unused-argument lint 8 years ago
Nathaniel Manista 8fccf59d04 Enable too-many-return-statements lint 8 years ago
Nathaniel Manista c3038a5cb3 Suppress and enable too-many-locals lint 8 years ago
Nathaniel Manista db0f85b010 Configure and enable too-many-arguments lint 8 years ago
Nathaniel Manista 18f025e0a3 Fix and enable super-init-not-called lint 8 years ago
Nathaniel Manista d3d46a5385 Enable suppressed-message lint 8 years ago
Nathaniel Manista af39256c01 Fix and enable redefined-outer-name lint 8 years ago
Nathaniel Manista b16d765c0c Work toward enabling cyclic-import lint 8 years ago
Nathaniel Manista 4531cbe937 Selectively suppress and enable broad-except lint 8 years ago
Nathaniel Manista 8903a19b0d Control and enable fixme lint 8 years ago
Nathaniel Manista e151a21ee4 Fix and enable unused-variable lint 8 years ago
Nathaniel Manista d5e3766027 Fix and enable no-value-for-parameter lint 8 years ago
Nathaniel Manista 7983213fd2 Fix and enable unused-import lint 8 years ago
Nathaniel Manista 017365d072 Fix and enable no-self-use lint 8 years ago
Nathaniel Manista 90798ab199 Fix and enable no-member lint 8 years ago
Nathaniel Manista a52d3bb39b Fix and enable simplifiable-if-statement lint 8 years ago
Nathaniel Manista 402aca6621 Fix and enable dangerous-default-value lint 8 years ago
Nathaniel Manista 3577f63136 Fix and enable logging-format-interpolation lint 8 years ago
Mehrdad Afshari 1a967c31c3 Added Pylint to sanity tests 8 years ago