💾 Archived View for freeshell.de › tldr › flake8.gmi captured on 2023-09-28 at 16:27:45. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
Tool to check the style and quality of Python code.
flake8 {path/to/file_or_directory}
flake8 --show-source {path/to/file_or_directory}
flake8 --ignore {rule1,rule2} {path/to/file_or_directory}
flake8 --exclude {substring1,glob2} {path/to/file_or_directory}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).