forked from django-cms/djangocms-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
33 lines (32 loc) · 705 Bytes
/
setup.cfg
File metadata and controls
33 lines (32 loc) · 705 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
[flake8]
dictionaries=en_US,python,technical,django
ignore = D203, W503
select = C,E,F,W,B,B950
extend-ignore = E203, E501, E731
max-line-length = 119
exclude =
*.egg-info,
.eggs,
.git,
.settings,
.tox,
build,
data,
dist,
docs,
*migrations*,
requirements,
tmp
[isort]
profile = black
;line_length = 119
;skip = manage.py, *migrations*, .tox, .eggs, data
;include_trailing_comma = true
;multi_line_output = 5
;not_skip = __init__.py
;lines_after_imports = 2
;default_section = THIRDPARTY
;sections = FUTURE, STDLIB, DJANGO, CMS, THIRDPARTY, FIRSTPARTY, LIB, LOCALFOLDER
;known_first_party = djangocms_frontend
;known_cms = cms, menus
;known_django = django