Public Python API

Flake8 3.0.0 presently does not have a public, stable Python API.

When it does it will be located in flake8.api and that will be documented here.

Module containing all public entry-points for Flake8.

This is the only submodule in Flake8 with a guaranteed stable API. All other submodules are considered internal only and are subject to change.

flake8.api.get_style_guide(**kwargs)

Stub out the only function I’m aware of people using.