diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-08-20 22:07:21 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-08-20 22:58:03 +0200 |
commit | ea448b8905c10bdd1935b33fd95524aa4e2e71d6 (patch) | |
tree | 40c67ad96cab6ea5b615bfd0174d05a1b6de0bba /pylint/epylint.py | |
parent | 303654c81c040ca1c1d2103f1b8c7a428ef0da4f (diff) | |
download | pylint-git-2.10.0.tar.gz |
Bump pylint to 2.10.0, update changelogv2.10.0
Diffstat (limited to 'pylint/epylint.py')
-rwxr-xr-x | pylint/epylint.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/epylint.py b/pylint/epylint.py index 76a2f2b3d..59028864f 100755 --- a/pylint/epylint.py +++ b/pylint/epylint.py @@ -20,6 +20,7 @@ # Copyright (c) 2019 Hugo van Kemenade <hugovk@users.noreply.github.com> # Copyright (c) 2020 Damien Baty <damien.baty@polyconseil.fr> # Copyright (c) 2020 Anthony Sottile <asottile@umich.edu> +# Copyright (c) 2021 Nick Drozd <nicholasdrozd@gmail.com> # Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> # Copyright (c) 2021 Andreas Finkler <andi.finkler@gmail.com> |