summaryrefslogtreecommitdiff
path: root/tests/config/functional/toml/issue_3122/toml_with_missing_comma.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/config/functional/toml/issue_3122/toml_with_missing_comma.toml')
-rw-r--r--tests/config/functional/toml/issue_3122/toml_with_missing_comma.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/config/functional/toml/issue_3122/toml_with_missing_comma.toml b/tests/config/functional/toml/issue_3122/toml_with_missing_comma.toml
index da810e832..1c2ee3031 100644
--- a/tests/config/functional/toml/issue_3122/toml_with_missing_comma.toml
+++ b/tests/config/functional/toml/issue_3122/toml_with_missing_comma.toml
@@ -1,5 +1,5 @@
# Check that we raise an error when a comma is missing
-# See https://github.com/PyCQA/pylint/issues/3122
+# See https://github.com/pylint-dev/pylint/issues/3122
[tool.pylint."messages control"]
disable = "logging-not-lazylogging-format-interpolation,missing-docstring"
enable = "locally-disabledsuppressed-message,missing-module-docstring"