File: index.rst

package info (click to toggle)
python-flake8 7.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,212 kB
  • sloc: python: 6,592; sh: 21; makefile: 19
file content (33 lines) | stat: -rw-r--r-- 617 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
==============
 Using Flake8
==============

|Flake8| can be used in many ways. A few:

- invoked on the command-line

- invoked via Python

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
    error-codes
    violations
    using-plugins
    using-hooks
    python-api

.. config files
.. command-line tutorial
.. VCS usage
.. installing and using plugins