mirror of https://github.com/django/django.git
21 lines
470 B
INI
21 lines
470 B
INI
[bdist_rpm]
|
|
doc_files = docs extras AUTHORS INSTALL LICENSE README.rst
|
|
install-script = scripts/rpm-install.sh
|
|
|
|
[flake8]
|
|
exclude = build,.git,.tox,./django/utils/six.py,./django/conf/app_template/*,./tests/.env
|
|
ignore = W504,W601
|
|
max-line-length = 119
|
|
|
|
[isort]
|
|
combine_as_imports = true
|
|
default_section = THIRDPARTY
|
|
include_trailing_comma = true
|
|
known_first_party = django
|
|
line_length = 79
|
|
multi_line_output = 5
|
|
not_skip = __init__.py
|
|
|
|
[metadata]
|
|
license-file = LICENSE
|