summaryrefslogtreecommitdiff
path: root/pylint/testutils/reporter_for_tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/testutils/reporter_for_tests.py')
-rw-r--r--pylint/testutils/reporter_for_tests.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pylint/testutils/reporter_for_tests.py b/pylint/testutils/reporter_for_tests.py
index 62d70a38d..d3c06eecd 100644
--- a/pylint/testutils/reporter_for_tests.py
+++ b/pylint/testutils/reporter_for_tests.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 __future__ import annotations
@@ -20,7 +20,7 @@ class GenericTestReporter(BaseReporter):
out: StringIO
- def __init__( # pylint: disable=super-init-not-called # See https://github.com/PyCQA/pylint/issues/4941
+ def __init__( # pylint: disable=super-init-not-called # See https://github.com/pylint-dev/pylint/issues/4941
self,
) -> None:
self.path_strip_prefix: str = getcwd() + sep