forked from django-ckeditor/django-ckeditor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
33 lines (27 loc) · 651 Bytes
/
setup.cfg
File metadata and controls
33 lines (27 loc) · 651 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
[metadata]
license-file = LICENSE
[wheel]
universal = 1
[pep8]
max_line_length = 120
[flake8]
exclude = build,.git,docs,migrations,.tox,venv
# ignore = E123,E128,E402,E501,W503,E731,W601
max-line-length = 120
statistics = true
count = true
show-source = true
[isort]
combine_as_imports = true
default_section = THIRDPARTY
include_trailing_comma = true
known_django = django
known_first_party = ckeditor,ckeditor_demo,ckeditor_uploader
known_third_party = Pillow
multi_line_output = 5
not_skip = __init__.py
sections = FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
skip = migrations, .tox
[coverage:run]
source = ckeditor
branch = True