summaryrefslogtreecommitdiff
path: root/tests/functional/a/arguments.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/a/arguments.py')
-rw-r--r--tests/functional/a/arguments.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/a/arguments.py b/tests/functional/a/arguments.py
index 6929b9850..29fdbd5ba 100644
--- a/tests/functional/a/arguments.py
+++ b/tests/functional/a/arguments.py
@@ -265,7 +265,7 @@ CALL = lambda *args: func(*args)
# Ensure `too-many-function-args` is not emitted when a function call is assigned
# to a class attribute inside the class where the function is defined.
-# Reference: https://github.com/PyCQA/pylint/issues/6592
+# Reference: https://github.com/pylint-dev/pylint/issues/6592
class FruitPicker:
def _pick_fruit(fruit):
def _print_selection(self):