mirror of
https://github.com/Kunsi/pretalx-plugin-broadcast-tools
synced 2025-06-05 06:22:23 +00:00
adjust ci settings to match pretalx settings
This commit is contained in:
parent
a425caa211
commit
6d58ba7feb
2 changed files with 44 additions and 8 deletions
28
setup.cfg
28
setup.cfg
|
@ -1,10 +1,22 @@
|
|||
[isort]
|
||||
balanced_wrapping = True
|
||||
combine_as_imports = True
|
||||
default_section = THIRDPARTY
|
||||
include_trailing_comma = True
|
||||
known_third_party = pretalx
|
||||
line_length = 80
|
||||
multi_line_output = 5
|
||||
not_skip = __init__.py
|
||||
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
|
||||
known_third_party = pretalx
|
||||
|
||||
[tool:pytest]
|
||||
DJANGO_SETTINGS_MODULE=pretalx.common.settings.test_settings
|
||||
|
||||
[check-manifest]
|
||||
ignore =
|
||||
LICENSE
|
||||
README.rst
|
||||
tests
|
||||
tests/*
|
||||
|
||||
[flake8]
|
||||
max-line-length = 120
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue