diff options
| author | Anthony Sottile <asottile@umich.edu> | 2021-03-29 20:15:45 -0700 |
|---|---|---|
| committer | Anthony Sottile <asottile@umich.edu> | 2021-03-29 20:15:45 -0700 |
| commit | 83fc824ca1c4c73594ef910dadb7f31a11c95cee (patch) | |
| tree | 8b758688ac7fdc333d388aac89f9a67ed1d2aeed /docs/source/internal | |
| parent | 00f92087dac5b49acde245be91253dc14b612000 (diff) | |
| download | flake8-83fc824ca1c4c73594ef910dadb7f31a11c95cee.tar.gz | |
remove flake8 setuptools command
Diffstat (limited to 'docs/source/internal')
| -rw-r--r-- | docs/source/internal/start-to-finish.rst | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/source/internal/start-to-finish.rst b/docs/source/internal/start-to-finish.rst index faed9bd..5e31083 100644 --- a/docs/source/internal/start-to-finish.rst +++ b/docs/source/internal/start-to-finish.rst @@ -47,21 +47,6 @@ both cases, however, you end up in :func:`flake8.main.cli.main`. This is the primary way that users will end up starting Flake8. This function creates an instance of |Application|. -via Setuptools --------------- - -If you're invoking |Flake8| from your ``setup.py`` then you actually end up in -:meth:`flake8.main.setuptools_command.Flake8.run`. This then collects the -files that are included in the package information and creates an instance of -|Application|. - -via Git or Mercurial --------------------- - -In both cases, they call their respective ``hook`` functions which create -instances of |Application|. - - Application Logic ================= |
