summaryrefslogtreecommitdiff
path: root/tests/functional/g/globals.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/functional/g/globals.py')
-rw-r--r--tests/functional/g/globals.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/g/globals.py b/tests/functional/g/globals.py
index f7a634a3e..7f4e3077e 100644
--- a/tests/functional/g/globals.py
+++ b/tests/functional/g/globals.py
@@ -105,7 +105,7 @@ def init_connection_state(alias):
# Prevent emitting `invalid-name` for the line on which `global` is declared
-# https://github.com/PyCQA/pylint/issues/8307
+# https://github.com/pylint-dev/pylint/issues/8307
_foo: str = "tomato"
def setup_shared_foo():