Flake8
Script error: No such module "Draft topics". Script error: No such module "AfC topic".
Developer(s) | Tarek Ziadé (initial author), Anthony Sottile, Ian Cordasco.[1] |
---|---|
Initial release | 2010 |
Stable release | 6.1.0
/ July 29, 2023 |
Written in | Python |
Engine | |
License | MIT License |
Website | flake8 |
Search Flake8 on Amazon.
Flake8 is a popular[2] command-line utility for enforcing style consistency across code in the Python programming language. It is a tool that combines various tools for checking the style and quality of Python code, including PyFlakes, pycodestyle (formerly known as Pep8), and Ned Batchelder's McCabe script. The name 'Flake8' is derived from a combination of 'pyflakes' and 'pep8', the names of the tools it integrates[3]
It enforces the style recommended by PEP 8, the Python style guide[4]
It can be used as an application but can also be integrated in vscode[5], IntelliSense [6], emacs[7], vim [8] and others editors.
See also[edit]
Some use of "" in your query was not closed by a matching "".Some use of "" in your query was not closed by a matching "".
- Pylint - another Python linter
- Ruff, a Python static code analysis tool written in Rust, proposes itself as a seamless alternative to Flake8.
References[edit]
- ↑ "Flake8 homepage". flake8.pycqa.org. Retrieved 24 November 2023.
- ↑ Ziade, Tarek, flake8: the modular source code checker: pep8 pyflakes and co, retrieved 28 November 2023
- ↑ "flake8/README.rst at main · PyCQA/flake8". GitHub. Retrieved 28 November 2023.
- ↑ "PEP 8 – Style Guide for Python Code | peps.python.org". peps.python.org. Retrieved 28 November 2023.
- ↑ "Linting Python in Visual Studio Code". code.visualstudio.com. Retrieved 28 November 2023.
- ↑ Ramel, David (9 July 2022). "Improved IntelliSense Support for Jupyter Notebooks in VS Code". Visual Studio Magazine. Retrieved 28 November 2023.
- ↑ "Emacs setup for following coding guidelines — Astropy v6.1.dev129+g6b36e53c". docs.astropy.org. Retrieved 28 November 2023.
- ↑ "vim-flake8 - vim-flake8 is a Vim plugin that runs the currently open file through Flake8. : vim online". www.vim.org. Retrieved 29 November 2023.
External links[edit]
This free and open-source software article is a stub. You can help EverybodyWiki by expanding it. |
This programming-tool-related article is a stub. You can help EverybodyWiki by expanding it. |
This article "Flake8" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:Flake8. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.