blob: 214565d514316f69511c984aa22b4f9156c6dbb3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
===================
Public Python API
===================
|Flake8| 3.0.0 presently does not have a public, stable Python API.
When it does it will be located in :mod:`flake8.api` and that will
be documented here.
.. automodule:: flake8.api
:members:
|