We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96e8459 commit 7db7befCopy full SHA for 7db7bef
doc/user_guide/run.rst
@@ -42,7 +42,7 @@ thanks to the ``Run()`` function in the ``pylint.lint`` module
42
.. sourcecode:: python
43
44
import pylint.lint
45
- pylint_opts = ['--version']
+ pylint_opts = ['--disable=line-too-long', 'myfile.py']
46
pylint.lint.Run(pylint_opts)
47
48
To silently run Pylint on a ``module_name.py`` module,
0 commit comments