Flake8

7.3.0 · active · verified Sat Mar 28

Flake8 is a modular source code checker that wraps PyFlakes, pycodestyle, and Ned Batchelder's McCabe script. It runs all these tools with a single command, displaying a merged output of warnings. As of version 7.3.0, it is actively maintained with releases as necessary, often driven by bug fixes and new features.

Warnings

Install

Quickstart

To check all Python files in the current directory and its subdirectories. You can also run it via `python -m flake8 .` to ensure the correct Python environment is used.

flake8 .

view raw JSON →