-- Leo's gemini proxy

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

-- Connected

-- Sending request

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

pycodestyle


> A tool to check Python code against PEP 8 style conventions.

More information.


Check the style of a single file:

pycodestyle {file.py}

Check the style of multiple files:

pycodestyle {file1.py} {file2.py} {file3.py}

Show only the first occurrence of an error:

pycodestyle --first {file.py}

Show the source code for each error:

pycodestyle --show-source {file.py}

Show the specific PEP 8 text for each error:

pycodestyle --show-pep8 {file.py}


> 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 Tue May 21 02:55:18 2024