Following message:
msgid ""
"`Ruff <https://docs.astral.sh/ruff/>`__, `Pylint <https://pylint.readthedocs."
"io/>`__ and `Pyflakes <https://github.com/PyCQA/pyflakes>`__ do basic "
"checking that will help you catch bugs sooner."
msgstr ""
"`Ruff <https://docs.astral.sh/ruff/>`__, `Pylint <https://pylint.readthedocs."
"io/>`__i `Pyflakes <https://github.com/PyCQA/pyflakes>`__ wykonują "
"podstawowe sprawdzanie, które pomoże Ci szybciej wychwycić błędy."
generates following lint error:
faq/programming.po:142: missing backtick before hyperlink reference: '`Pylint <https://pylint.readthedocs.io/>`_'. (hyperlink-reference-missing-backtick)
While I'd expect:
faq/programming.po:142: missing space after hyperlink reference: '`Pylint <https://pylint.readthedocs.io/>`__i'. (missing-space-after-hyperlink-reference)
or similar.
Following message:
generates following lint error:
While I'd expect:
or similar.