diff options
author | Nick Drozd <nicholasdrozd@gmail.com> | 2021-09-18 10:42:49 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-18 17:42:49 +0200 |
commit | 314cb9ffd369b5ab99688c885eb537c901e861eb (patch) | |
tree | 868c93e35a1f135cf2dbd120c5184ffe52491aa7 /.gitignore | |
parent | 49776acddb9c7c87a7166240a51927771baa60e3 (diff) | |
download | pylint-git-314cb9ffd369b5ab99688c885eb537c901e861eb.tar.gz |
Use node_ancestors to get rid of some while-loops (#5005)
* Use node_ancestors method
* Rename loop variables
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 3d96061c6..046061c9b 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ build-stamp .eggs/ .pytest_cache/ .mypy_cache/ +.benchmarks/ |