Upgrade to latest version of isort.

This commit is contained in:
Emil Stenström 2020-11-02 15:09:02 +01:00
parent f4bad5d43c
commit bf8fee70c3
2 changed files with 1 additions and 2 deletions

View file

@ -6,6 +6,5 @@ max-line-length = 119
line_length = 119
multi_line_output = 5
include_trailing_comma = True
not_skip = __init__.py
known_first_party =
django_components

View file

@ -42,4 +42,4 @@ commands =
changedir = {toxinidir}
deps = isort
commands =
isort --recursive --check-only --diff django-components
isort --check-only --diff django_components