mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-13 16:14:18 +00:00
Added doc paragraph for buildout integration
This commit is contained in:
parent
284aca6a9c
commit
49b10fcad3
1 changed files with 17 additions and 0 deletions
17
README
17
README
|
|
@ -76,6 +76,23 @@ If *strict* option is set to **1**, any warning will block the commit. When
|
||||||
is emited. If you don't specify it it's just ignored. If specified, must
|
is emited. If you don't specify it it's just ignored. If specified, must
|
||||||
be a positive value. 12 is usually a good value.
|
be a positive value. 12 is usually a good value.
|
||||||
|
|
||||||
|
Buildout integration
|
||||||
|
=====================
|
||||||
|
|
||||||
|
In order to use Flake8 inside a buildout, edit your buildout.cfg and add this::
|
||||||
|
|
||||||
|
[buildout]
|
||||||
|
|
||||||
|
parts +=
|
||||||
|
...
|
||||||
|
flake8
|
||||||
|
|
||||||
|
[flake8]
|
||||||
|
recipe = zc.recipe.egg
|
||||||
|
eggs = flake8
|
||||||
|
${buildout:eggs}
|
||||||
|
entry-points =
|
||||||
|
flake8=flake8.run:main
|
||||||
|
|
||||||
Original projects
|
Original projects
|
||||||
=================
|
=================
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue