flake8
Code analyzer
A tool that checks the style and quality of Python code
flake8 is a python tool that glues together pycodestyle, pyflakes, mccabe, and third-party plugins to check the style and quality of some python code.
3k stars
39 watching
309 forks
Language: Python
last commit: 4 months ago
Linked from 3 awesome lists
complexity-analysisflake8linterlinter-flake8pep8pythonpython3static-analysisstatic-code-analysisstyle-guidestyleguidestylelint
Related projects:
Repository | Description | Stars |
---|---|---|
| Tools to improve Python documentation quality and consistency | 155 |
| Formats Flake8 output as JSON with optional pretty-printing and CodeClimate support | 10 |
| A tool to identify likely bugs and design problems in Python code | 1,066 |
| Enhances Flake8 to better handle stub files used in type hinting | 73 |
| A flake8 plugin that checks package import requirements and reports missing or unused dependencies. | 37 |
| Documentation for a CI/CD platform for developers | 726 |
| A Python port of a documentation generator that produces literate-style documentation in a human-readable format. | 846 |
| Tool to run flake8 checks on code snippets in docstrings or RST files. | 22 |
| The official repository for Prism project documentation and raw content of the docs website. | 177 |
| Generates a flake8 configuration file from a more powerful config format | 11 |
| Microsoft Azure's documentation for learning and skills development | 10,325 |
| Generates documentation for C++ code | 65 |
| A collection of resources and tutorials on using FFmpeg for video processing and playback | 1,969 |
| Ensures # noqa comments are formatted correctly to avoid errors and unintended behavior in flake8. | 41 |
| Reports on files with low type annotations in Python code | 34 |