mirror of
https://github.com/django-components/django-components.git
synced 2025-09-13 09:26:17 +00:00
Upgrade to latest version of isort.
This commit is contained in:
parent
f4bad5d43c
commit
bf8fee70c3
2 changed files with 1 additions and 2 deletions
|
@ -6,6 +6,5 @@ max-line-length = 119
|
||||||
line_length = 119
|
line_length = 119
|
||||||
multi_line_output = 5
|
multi_line_output = 5
|
||||||
include_trailing_comma = True
|
include_trailing_comma = True
|
||||||
not_skip = __init__.py
|
|
||||||
known_first_party =
|
known_first_party =
|
||||||
django_components
|
django_components
|
||||||
|
|
2
tox.ini
2
tox.ini
|
@ -42,4 +42,4 @@ commands =
|
||||||
changedir = {toxinidir}
|
changedir = {toxinidir}
|
||||||
deps = isort
|
deps = isort
|
||||||
commands =
|
commands =
|
||||||
isort --recursive --check-only --diff django-components
|
isort --check-only --diff django_components
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue