-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

pylint


> A Python code linter.

More information.


Show lint errors in a file:

pylint {path/to/file.py}

Lint a file and use a configuration file (usually named `pylintrc`):

pylint --rcfile {path/to/pylintrc} {path/to/file.py}

Lint a file and disable a specific error code:

pylint --disable {C,W,no-error,design} {path/to/file}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 15:43:12 2024