We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d29bcf6 commit 312c4f2Copy full SHA for 312c4f2
doc/user_guide/run.rst
@@ -100,6 +100,9 @@ configuration file in the following order and uses the first one it finds:
100
#. ``.pylintrc`` in the current working directory
101
#. ``pyproject.toml`` in the current working directory,
102
providing it has at least one ``tool.pylint.`` section.
103
+ The ``pyproject.toml`` must prepend section names with ``tool.pylint.``,
104
+ for example ``[tool.pylint.'MESSAGES CONTROL']``. They can also be passed
105
+ in on the command line.
106
#. ``setup.cfg`` in the current working directory,
107
providing it has at least one ``pylint.`` section
108
#. If the current working directory is in a Python package, Pylint searches \
0 commit comments