mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 10:46:54 +00:00
32 lines
629 B
ReStructuredText
32 lines
629 B
ReStructuredText
==============
|
|
Using Flake8
|
|
==============
|
|
|
|
Flake8 can be used in many ways:
|
|
|
|
- invoking it on the command-line
|
|
|
|
- invoking it via Python
|
|
|
|
- having it called by Git or Mercurial on or around committing
|
|
|
|
This guide will cover all of these and the nuances for using Flake8.
|
|
|
|
.. note::
|
|
|
|
This portion of Flake8's documentation does not cover installation. See
|
|
the :ref:`installation-guide` section for how to install Flake8.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
invocation
|
|
configuration
|
|
options
|
|
ignoring-errors
|
|
python-api
|
|
|
|
.. config files
|
|
.. command-line tutorial
|
|
.. VCS usage
|
|
.. installing and using plugins
|