-
Notifications
You must be signed in to change notification settings - Fork 0
/
base.cfg
57 lines (46 loc) · 994 Bytes
/
base.cfg
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[buildout]
package-name = collective.behavior.internalnumber
package-extras = [test]
extends =
https://raw.githubusercontent.com/collective/buildout.plonetest/master/qa.cfg
extensions =
mr.developer
plone.versioncheck
parts +=
instance
omelette
ploneversioncheck
createcoverage
develop = .
eggs +=
Plone
Pillow
# Products.PDBDebugMode
# collective.profiler
# ipdb
pdbpp
# plone.reload
package-extras +=
pdbpp
always-checkout = force
auto-checkout +=
[omelette]
recipe = collective.recipe.omelette
eggs = ${test:eggs}
[instance]
eggs +=
${buildout:eggs}
iw.debug
zcml +=
iw.debug
[ploneversioncheck]
recipe = zc.recipe.egg
eggs = plone.versioncheck
[code-analysis]
recipe = plone.recipe.codeanalysis
pre-commit-hook = True
return-status-codes = True
directory = ${buildout:directory}/src/collective/behavior/internalnumber
flake8-ignore = E123,E124,E501,E126,E127,E128,W391,C901
flake8-extensions =
flake8-isort