From 6714f15531c78d98860d8b17123d4308205aecc6 Mon Sep 17 00:00:00 2001 From: Pierre Sassoulas Date: Wed, 29 Mar 2023 13:54:24 +0200 Subject: [PyCQA migration] Upgrade links to the repositories in code and doc --- tests/testdata/python3/data/max_inferable_limit_for_classes/main.py | 2 +- tests/testdata/python3/data/metaclass_recursion/monkeypatch.py | 2 +- tests/testdata/python3/data/metaclass_recursion/parent.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/testdata/python3/data') diff --git a/tests/testdata/python3/data/max_inferable_limit_for_classes/main.py b/tests/testdata/python3/data/max_inferable_limit_for_classes/main.py index 2588d916..5f64c2e5 100644 --- a/tests/testdata/python3/data/max_inferable_limit_for_classes/main.py +++ b/tests/testdata/python3/data/max_inferable_limit_for_classes/main.py @@ -1,6 +1,6 @@ """This example is based on sqlalchemy. -See https://github.com/PyCQA/pylint/issues/5679 +See https://github.com/pylint-dev/pylint/issues/5679 """ from other_funcs import FromClause diff --git a/tests/testdata/python3/data/metaclass_recursion/monkeypatch.py b/tests/testdata/python3/data/metaclass_recursion/monkeypatch.py index 757bb3f8..0f16a3b5 100644 --- a/tests/testdata/python3/data/metaclass_recursion/monkeypatch.py +++ b/tests/testdata/python3/data/metaclass_recursion/monkeypatch.py @@ -1,4 +1,4 @@ -# https://github.com/PyCQA/astroid/issues/749 +# https://github.com/pylint-dev/astroid/issues/749 # Not an actual module but allows us to reproduce the issue from tests.testdata.python3.data.metaclass_recursion import parent diff --git a/tests/testdata/python3/data/metaclass_recursion/parent.py b/tests/testdata/python3/data/metaclass_recursion/parent.py index 5cff73e0..28d021bd 100644 --- a/tests/testdata/python3/data/metaclass_recursion/parent.py +++ b/tests/testdata/python3/data/metaclass_recursion/parent.py @@ -1,3 +1,3 @@ -# https://github.com/PyCQA/astroid/issues/749 +# https://github.com/pylint-dev/astroid/issues/749 class OriginalClass: pass -- cgit v1.2.1