-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuildout.cfg
65 lines (53 loc) · 1.02 KB
/
buildout.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
64
65
[buildout]
extends =
versions.cfg
parts =
interpreter
omelette
sublime-codeintel
code-analysis
versions = versions
newest = false
develop = .
show-picked-versions = true
allow-hosts =
*.python.org
raw.github.com
dist.plone.org
[interpreter]
recipe = zc.recipe.egg
interpreter = interpreter
dependent-scripts = true
eggs =
rbco.caseclasses
pytest
pytest-cov
pyroma
check-manifest
coveralls
zest.releaser
pygments
pep257
[omelette]
recipe = collective.recipe.omelette
eggs = rbco.caseclasses
[sublime-codeintel]
recipe = corneti.recipes.codeintel
eggs = rbco.caseclasses
[code-analysis]
recipe = plone.recipe.codeanalysis
directory = rbco/caseclasses
clean-lines = False
csslint = False
debug-statements = True
deprecated-aliases = False
flake8-exclude = bootstrap.py,docs,*.egg,setup.py
flake8-ignore = E301
flake8-max-line-length = 100
imports = True
jshint = False
pep3101 = True
pre-commit-hook = True
prefer-single-quotes = True
utf8-header = True
zptlint = False