forked from saxix/django-anonymoususer-permissions
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetup.cfg
43 lines (31 loc) · 748 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
42
[bumpversion]
current_version = 0.1.0
commit = False
tag = False
[bumpversion:file:setup.py]
[bumpversion:file:anonymous_permissions/__init__.py]
[isort]
line_length=90
combine_as_imports = true
multi_line_output = 5
default_section = FIRSTPARTY
indent=' '
known_future_library=
known_standard_library=
known_third_party=django
known_first_party=demo
known_concurrency=concurrency
sections=FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,CONCURRENCY,LOCALFOLDER
[flake8]
max-complexity = 12
max-line-length = 160
exclude = .tox,migrations,.git,docs,diff_match_patch.py, deploy/**,settings
ignore = E501,E401,W391,E128,E261,E731
[aliases]
test=pytest
[bdist_wheel]
universal=1
[wheel]
universal = 1
[devpi:upload]
formats = bdist_wheel,sdist.tgz