1
0
mirror of https://github.com/django/django.git synced 2024-11-18 15:34:16 +00:00
django/setup.cfg
Mariusz Felisiak 5c5d4d83dc
Removed not_skip from isort configuration per isort 4.3.5.
__init__.py has been removed from the default ignore list.
2019-02-25 11:25:15 +01:00

20 lines
425 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/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
[metadata]
license-file = LICENSE