-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathsetup.cfg
More file actions
40 lines (32 loc) · 818 Bytes
/
setup.cfg
File metadata and controls
40 lines (32 loc) · 818 Bytes
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
[egg_info]
tag_build =
tag_date = 0
[easy_install]
zip_ok = false
[nosetests]
match=^test
nocapture=1
cover-package=castle.cms
with-coverage=1
cover-erase=1
[isort]
lines_after_imports=2
force_single_line=true
line_length=110
not_skip=__init__.py
[flake8]
max_line_length = 110
no-accept-encodings = True
ignore = E123,E127,E121,W504
# E123: closing bracket must match indent of starting bracket
# E127: continuation line over-indented for visual indent
# E121: continuation line indentation is not a multiple of four
# W504: line break occurred after a binary operator
[aliases]
dev = develop easy_install castle.cms[test,development]
[check-manifest]
ignore =
castle/cms/static/libs*
castle/cms/static/node_modules*
castle/cms/static/plone-compiled.js
castle/cms/static/plone-logged-in-compiled.js