We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49de7a9 commit a5aaf36Copy full SHA for a5aaf36
doc/user_guide/usage/run.rst
@@ -106,7 +106,7 @@ configuration file in the following order and uses the first one it finds:
106
#. ``tox.ini`` in the current working directory,
107
providing it has at least one ``pylint.`` section
108
#. Pylint will search for the ``pyproject.toml`` file up the directories hierarchy
109
- unless it's found, or ``.git``/``.hg`` directory is found, or the file system root
+ unless it's found, or a ``.git``/``.hg`` directory is found, or the file system root
110
is approached.
111
#. If the current working directory is in a Python package, Pylint searches \
112
up the hierarchy of Python packages until it finds a ``pylintrc`` file. \
0 commit comments