-
Notifications
You must be signed in to change notification settings - Fork 0
/
buildout.cfg
45 lines (39 loc) · 942 Bytes
/
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
[buildout]
extends =
https://raw.github.com/collective/buildout.plonetest/master/test-5.x.cfg
https://raw.github.com/collective/buildout.plonetest/master/qa.cfg
https://raw.githubusercontent.com/propertyshelf/buildout.plone/master/common.cfg
versions = versions
package-name = ps.plone.zmi
package-extras = [test]
test-eggs +=
Pillow
parts +=
releaser
[code-analysis]
clean-lines = True
csslint = False
deprecated-aliases = True
directory = ${buildout:directory}/src/ps/plone/zmi
find-untranslated = False
flake8-extensions =
flake8-blind-except
flake8-coding
flake8-debugger
flake8-deprecated
flake8-pep3101
flake8-plone-api
flake8-plone-hasattr
flake8-print
flake8-quotes
flake8-string-format
flake8-todo
flake8-ignore = E501
flake8-max-complexity = 12
jshint = False
pep3101 = True
pre-commit-hook = True
zptlint = False
[versions]
flake8-quotes = 0.1.2
ps.plone.zmi =