2 changed files with 43 additions and 7 deletions
@ -1,10 +1,22 @@
|
||||
[isort] |
||||
balanced_wrapping = True |
||||
combine_as_imports = True |
||||
multi_line_output = 3 |
||||
include_trailing_comma=True |
||||
force_grid_wrap=0 |
||||
use_parentheses=True |
||||
line_length=88 |
||||
skip = migrations,setup.py |
||||
default_section = THIRDPARTY |
||||
include_trailing_comma = True |
||||
known_third_party = pretalx |
||||
line_length = 80 |
||||
multi_line_output = 5 |
||||
not_skip = __init__.py |
||||
skip = migrations,setup.py |
||||
|
||||
[tool:pytest] |
||||
DJANGO_SETTINGS_MODULE=pretalx.common.settings.test_settings |
||||
|
||||
[check-manifest] |
||||
ignore = |
||||
LICENSE |
||||
README.rst |
||||
tests |
||||
tests/* |
||||
|
||||
[flake8] |
||||
max-line-length = 120 |
||||
|
Loading…
Reference in new issue