diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-06-29 20:59:39 +0200 |
---|---|---|
committer | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2021-06-29 21:13:47 +0200 |
commit | a56b52550b88ba4234f1332b54c5cfd3e49368b3 (patch) | |
tree | 5c1f0f585f720af4deba3459ea4f547b4a921365 /pylint/pyreverse/utils.py | |
parent | ca447f7d93a002eb7d4dd80ff4caaf28ce8702b6 (diff) | |
download | pylint-git-a56b52550b88ba4234f1332b54c5cfd3e49368b3.tar.gz |
Bump pylint to 2.9.0, update changelog, add python 3.10 to package metav2.9.0
Diffstat (limited to 'pylint/pyreverse/utils.py')
-rw-r--r-- | pylint/pyreverse/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pylint/pyreverse/utils.py b/pylint/pyreverse/utils.py index 1f4a65e5b..9d00e3fec 100644 --- a/pylint/pyreverse/utils.py +++ b/pylint/pyreverse/utils.py @@ -10,6 +10,7 @@ # Copyright (c) 2020 yeting li <liyt@ios.ac.cn> # Copyright (c) 2020 Anthony Sottile <asottile@umich.edu> # Copyright (c) 2020 bernie gray <bfgray3@users.noreply.github.com> +# Copyright (c) 2021 Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com> # Copyright (c) 2021 Andreas Finkler <andi.finkler@gmail.com> # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html |