summaryrefslogtreecommitdiff
path: root/tests/regrtest_data
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-03-29 21:21:43 +0200
committerGitHub <noreply@github.com>2023-03-29 21:21:43 +0200
commit9f2de9123b579fadd512e31e9b68c7eb40a9c62d (patch)
treea9329f19f490e97916cfcce82d1318bf2de2b333 /tests/regrtest_data
parent1be16bb8c4eb1a19c2a3d7ea828feb4fd9c069a8 (diff)
downloadpylint-git-9f2de9123b579fadd512e31e9b68c7eb40a9c62d.tar.gz
[PyCQA migration] Upgrade links to the repositories in code and doc (#8514)
Diffstat (limited to 'tests/regrtest_data')
-rw-r--r--tests/regrtest_data/line_too_long_no_code.py2
-rw-r--r--tests/regrtest_data/max_inferable_limit_for_classes/main.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/regrtest_data/line_too_long_no_code.py b/tests/regrtest_data/line_too_long_no_code.py
index 75ab07fc2..07fada40d 100644
--- a/tests/regrtest_data/line_too_long_no_code.py
+++ b/tests/regrtest_data/line_too_long_no_code.py
@@ -1,2 +1,2 @@
# ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 # pylint: disable=line-too-long
-# See https://github.com/PyCQA/pylint/issues/3368
+# See https://github.com/pylint-dev/pylint/issues/3368
diff --git a/tests/regrtest_data/max_inferable_limit_for_classes/main.py b/tests/regrtest_data/max_inferable_limit_for_classes/main.py
index 2588d916f..5f64c2e57 100644
--- a/tests/regrtest_data/max_inferable_limit_for_classes/main.py
+++ b/tests/regrtest_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