From 21290866a2da5ac25a888624bec2ba350e521e98 Mon Sep 17 00:00:00 2001 From: Marc Mueller <30130371+cdce8p@users.noreply.github.com> Date: Thu, 1 Jul 2021 12:47:58 +0200 Subject: Fix copyright links (#4647) * Fix link in license header * Update link to astroid bump_changelog --- pylint/checkers/exceptions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pylint/checkers/exceptions.py') diff --git a/pylint/checkers/exceptions.py b/pylint/checkers/exceptions.py index 41e420461..74b944977 100644 --- a/pylint/checkers/exceptions.py +++ b/pylint/checkers/exceptions.py @@ -29,7 +29,7 @@ # Copyright (c) 2021 Marc Mueller <30130371+cdce8p@users.noreply.github.com> # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html -# For details: https://github.com/PyCQA/pylint/blob/master/LICENSE +# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE """Checks for various exception related errors.""" import builtins -- cgit v1.2.1