diff options
author | Pierre Sassoulas <pierre.sassoulas@gmail.com> | 2023-03-29 21:21:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-29 21:21:43 +0200 |
commit | 9f2de9123b579fadd512e31e9b68c7eb40a9c62d (patch) | |
tree | a9329f19f490e97916cfcce82d1318bf2de2b333 /pylint/testutils/global_test_linter.py | |
parent | 1be16bb8c4eb1a19c2a3d7ea828feb4fd9c069a8 (diff) | |
download | pylint-git-9f2de9123b579fadd512e31e9b68c7eb40a9c62d.tar.gz |
[PyCQA migration] Upgrade links to the repositories in code and doc (#8514)
Diffstat (limited to 'pylint/testutils/global_test_linter.py')
-rw-r--r-- | pylint/testutils/global_test_linter.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pylint/testutils/global_test_linter.py b/pylint/testutils/global_test_linter.py index d1ffac599..2e0d3d170 100644 --- a/pylint/testutils/global_test_linter.py +++ b/pylint/testutils/global_test_linter.py @@ -1,6 +1,6 @@ # Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html -# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE -# Copyright (c) https://github.com/PyCQA/pylint/blob/main/CONTRIBUTORS.txt +# For details: https://github.com/pylint-dev/pylint/blob/main/LICENSE +# Copyright (c) https://github.com/pylint-dev/pylint/blob/main/CONTRIBUTORS.txt from pylint import checkers from pylint.lint import PyLinter |