summaryrefslogtreecommitdiff
path: root/tests/functional/t/too/too_many_ancestors.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/t/too/too_many_ancestors.py')
-rw-r--r--tests/functional/t/too/too_many_ancestors.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/t/too/too_many_ancestors.py b/tests/functional/t/too/too_many_ancestors.py
index a460e4f16..cd83492b3 100644
--- a/tests/functional/t/too/too_many_ancestors.py
+++ b/tests/functional/t/too/too_many_ancestors.py
@@ -25,8 +25,8 @@ class Jjjj(Iiii): # [too-many-ancestors]
pass
-# https://github.com/PyCQA/pylint/issues/4166
-# https://github.com/PyCQA/pylint/issues/4415
+# https://github.com/pylint-dev/pylint/issues/4166
+# https://github.com/pylint-dev/pylint/issues/4415
class ItemSequence(MutableSequence):
"""Minimal MutableSequence."""
def __getitem__(self, key):