forked from open-formulieren/open-forms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
41 lines (37 loc) · 884 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
[pycodestyle]
[pep8]
ignore=W293,W291,E501,E261
max-line-length=88
exclude=migrations,static,media
[flake8]
max-line-length=88
exclude=migrations,static,media
[isort]
combine_as_imports = true
default_section = THIRDPARTY
include_trailing_comma = true
line_length = 88
multi_line_output = 3
force_grid_wrap = 0
use_parentheses = True
ensure_newline_before_comments = True
skip =
env
node_modules
skip_glob = **/migrations/**
known_django=django
known_first_party=openforms
sections=FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
[coverage:run]
branch = True
source = src
omit =
*/tests/test_*
*/migrations/*
src/openforms/submissions/management/commands/test_submission_completion.py
[coverage:report]
omit =
*/tests/test_*
*/tests/factories.py
*/migrations/*
src/openforms/submissions/management/commands/test_submission_completion.py