-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathsetup.cfg
More file actions
29 lines (26 loc) · 621 Bytes
/
setup.cfg
File metadata and controls
29 lines (26 loc) · 621 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
[coverage:run]
omit =
tests/*
manage.py
settings.py
setup.py
urls.py
wsgi.py
[pep8]
max-line-length = 100
[flake8]
ignore = E203
max-line-length = 100
[isort]
# Settings for compatibility with black.
combine_as_imports = true
combine_star = true
default_section = THIRDPARTY
include_trailing_comma = true
known_django = django,rest_framework
known_first_party = data_refinery_api,data_refinery_common,data_refinery_foreman,data_refinery_workers
length_sort = false
line_length = 100
multi_line_output = 3
sections = FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
use_parentheses = true