diff options
author | Ashley Whetter <ashley@awhetter.co.uk> | 2021-08-20 21:11:32 -0700 |
---|---|---|
committer | Ashley Whetter <AWhetter@users.noreply.github.com> | 2021-08-20 21:26:08 -0700 |
commit | ba00fb283378fdeb58c4e2e541be711420d96849 (patch) | |
tree | d9d718a581449cbf550f2629e3f46d54b60f55c0 /pylint/pyreverse | |
parent | bf332820cb63305e286eb58a707c6d8b90e6cbb6 (diff) | |
download | pylint-git-ba00fb283378fdeb58c4e2e541be711420d96849.tar.gz |
Bump pylint to 2.10.2-dev0, update changelog
Diffstat (limited to 'pylint/pyreverse')
-rw-r--r-- | pylint/pyreverse/dot_printer.py | 1 | ||||
-rw-r--r-- | pylint/pyreverse/printer.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/pylint/pyreverse/dot_printer.py b/pylint/pyreverse/dot_printer.py index dd7e56806..fea9046f4 100644 --- a/pylint/pyreverse/dot_printer.py +++ b/pylint/pyreverse/dot_printer.py @@ -1,3 +1,4 @@ +# Copyright (c) 2021 Ashley Whetter <ashley@awhetter.co.uk> # Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Copyright (c) 2021 Nick Drozd <nicholasdrozd@gmail.com> # Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> diff --git a/pylint/pyreverse/printer.py b/pylint/pyreverse/printer.py index 99ab67df1..bdd561898 100644 --- a/pylint/pyreverse/printer.py +++ b/pylint/pyreverse/printer.py @@ -1,3 +1,4 @@ +# Copyright (c) 2021 Ashley Whetter <ashley@awhetter.co.uk> # Copyright (c) 2021 Pierre Sassoulas <pierre.sassoulas@gmail.com> # Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> # Copyright (c) 2021 Andreas Finkler <andi.finkler@gmail.com> |