-
Notifications
You must be signed in to change notification settings - Fork 3
/
devel.cfg
63 lines (51 loc) · 1.06 KB
/
devel.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
58
59
60
61
62
63
[buildout]
extends = buildout.cfg
parts +=
test
code-analysis
createcoverage
pythontools
allow-picked-versions = true
[instance]
debug-mode = on
[test]
recipe = collective.xmltestreport
defaults = ['--auto-color', '--auto-progress']
eggs =
NuPlone [tests]
Pillow
[code-analysis]
recipe = plone.recipe.codeanalysis
directory = ${buildout:directory}/plonetheme
flake8-exclude = bootstrap.py,bootstrap-buildout.py,docs,*.egg.,omelette
flake8-max-line-length = 88
flake8-ignore = E203,W503,W504,Q000,C812,C901,T000
return-status-codes = True
pre-commit-hook = False
pre-push-hook = False
[createcoverage]
recipe = zc.recipe.egg
eggs = createcoverage
[pythontools]
recipe = zc.recipe.egg
interpreter = pythontools
eggs =
${test:eggs}
lingua
Babel
[versions]
build = 0.10.0
click = 8.1.3
coverage = 7.2.7
createcoverage = 1.5
flake8 = 6.0.0
lingua = 4.15.0
mccabe = 0.7.0
plone.recipe.codeanalysis = 3.0.1
polib = 1.2.0
pycodestyle = 2.10.0
pyflakes = 3.0.1
pyproject-hooks = 1.0.0
z3c.ptcompat = 2.3.0
check-manifest = 0.49
tomli = 2.0.1