Skip to content

Commit de7de90

Browse files
[doc] Fix the link to block disablein useless-import-alias related
1 parent 57c0cd0 commit de7de90

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
- `PEP 8, Import Guideline <https://peps.python.org/pep-0008/#imports>`_
2-
- `Pylint block-disable <https://pylint.pycqa.org/en/latest/user_guide/message-control.html#block-disables>`_
2+
- `Pylint block-disable <block_disables>`_
33
- `mypy --no-implicit-reexport <https://mypy.readthedocs.io/en/stable/command_line.html#cmdoption-mypy-no-implicit-reexport>`_

doc/user_guide/messages/message_control.rst

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ In order to control messages, ``pylint`` accepts the following values:
2323

2424
* All the checks with ``all``
2525

26+
.. _block_disables:
2627

2728
Block disables
2829
--------------

0 commit comments

Comments
 (0)