forked from shuup/shuup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
41 lines (35 loc) · 903 Bytes
/
setup.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
[bdist_wheel]
universal = 1
[flake8]
exclude = .tox,migrations,doc/*,shuup_tests/*,venv*,local_settings*,.tx,build,node_modules
max-line-length = 120
max-complexity = 10
[tool:pytest]
DJANGO_SETTINGS_MODULE=shuup_workbench.test_settings
django_find_project = false
norecursedirs = bower_components node_modules .git venv
[isort]
atomic=true
combine_as_imports=false
indent=4
known_first_party=shuup
known_standard_library=token,tokenize,enum,importlib
known_third_party=django,six,rest_framework,django_filters,django_countries
length_sort=false
line_length=79
multi_line_output=5
order_by_type=false
skip=migrations,doc,build,shuup_tests,node_modules
not_skip=__init__.py
wrap_length=79
diff=True
[coverage:run]
branch = True
omit = */migrations/*,*/testing/browser_utils*
[prequ]
annotate = yes
requirements-doc =
django==1.11.20
shuup==1.9.2
Sphinx>=1.3,<1.6
django-mptt!=0.8.7