Skip to content

Clarify syntax in pylint.lint example #5260

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Nov 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion CONTRIBUTORS.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Contributors
Contributors
------------

Current team:
Expand Down Expand Up @@ -577,3 +577,5 @@ contributors:
* Antonio Quarta (sgheppy): contributor

* Harshil (harshil21): contributor

* Felix von Drigalski (felixvd): contributor
2 changes: 1 addition & 1 deletion doc/user_guide/run.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ thanks to the ``Run()`` function in the ``pylint.lint`` module
.. sourcecode:: python

import pylint.lint
pylint_opts = ['--version']
pylint_opts = ['--disable=line-too-long', 'myfile.py']
pylint.lint.Run(pylint_opts)

To silently run Pylint on a ``module_name.py`` module,
Expand Down