summaryrefslogtreecommitdiff
path: root/tests/functional/c/consider/consider_using_enumerate.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/c/consider/consider_using_enumerate.py')
-rw-r--r--tests/functional/c/consider/consider_using_enumerate.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/c/consider/consider_using_enumerate.py b/tests/functional/c/consider/consider_using_enumerate.py
index 352669f6a..1b8bb4c6b 100644
--- a/tests/functional/c/consider/consider_using_enumerate.py
+++ b/tests/functional/c/consider/consider_using_enumerate.py
@@ -73,7 +73,7 @@ def does_not_crash_on_range_without_args():
print(elem)
# False negative described in #3657
-# https://github.com/PyCQA/pylint/issues/3657
+# https://github.com/pylint-dev/pylint/issues/3657
class MyClass:
def __init__(self):
self.my_list = []