mirror of
https://github.com/jazzband/django-downloadview.git
synced 2026-03-16 22:40:25 +00:00
* Add GitHub Actions test workflow. * Add django version env var handling to tox config. * Update badges. * Add release workflow. * Remove Travis. * Fix typo. * Fix more typos. * Write coverage.xml. * Remove the need for the VERSION file. * Simplify demo setup.py. * Remove VERSION file. * Update demo/setup.py * Update setup.py
16 lines
440 B
INI
16 lines
440 B
INI
[settings]
|
|
# # Needed for black compatibility
|
|
multi_line_output=3
|
|
include_trailing_comma=True
|
|
force_grid_wrap=0
|
|
line_length=88
|
|
combine_as_imports=True
|
|
|
|
# List sections with django and
|
|
known_django=django
|
|
known_downloadview=django_downloadview
|
|
|
|
sections=FUTURE,STDLIB,DJANGO,DOWNLOADVIEW,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
|
|
|
|
# If set, imports will be sorted within their section independent to the import_type.
|
|
force_sort_within_sections=True
|