From 363b01b11f02233762dd94248a37602732d20db5 Mon Sep 17 00:00:00 2001 From: BethanyG Date: Thu, 30 Apr 2026 12:01:07 -0700 Subject: [PATCH] [PyLint_Data: bare-except] Update related.md Corrected links for markdown render. --- .../pylint_data/messages/bare-except/related.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/common/pylint_data/messages/bare-except/related.md b/lib/common/pylint_data/messages/bare-except/related.md index 0ba8c97..e8b18ea 100644 --- a/lib/common/pylint_data/messages/bare-except/related.md +++ b/lib/common/pylint_data/messages/bare-except/related.md @@ -1,6 +1,6 @@ -- \[Programming recommendation in - PEP8\]() -- \[PEP 760 -- No More Bare Excepts - (Rejected)\]() -- \[Discussion about PEP - 760\]() +- [Programming Recommendation in + PEP8](https://peps.python.org/pep-0008/#programming-recommendations) +- [PEP 760 -- No More Bare Excepts + (Rejected)](https://peps.python.org/pep-0760/) +- [Discussion about PEP + 760](https://discuss.python.org/t/pep-760-no-more-bare-excepts/67182)