Skip to content

Commit

Permalink
Change multi line output
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff128 committed Dec 12, 2024
1 parent 86db194 commit 877ece7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[tool.isort]
line_length = 120
multi_line_output = 1
multi_line_output = 3
include_trailing_comma = true
skip = ["migrations", ".venv"]

Expand Down
10 changes: 6 additions & 4 deletions src/sio3pack/django/sinolpack/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
from django.db import transaction

from sio3pack.django.common.handler import DjangoHandler
from sio3pack.django.sinolpack.models import (SinolpackAdditionalFile,
SinolpackAttachment,
SinolpackConfig,
SinolpackModelSolution,)
from sio3pack.django.sinolpack.models import (
SinolpackAdditionalFile,
SinolpackAttachment,
SinolpackConfig,
SinolpackModelSolution,
)


class SinolpackDjangoHandler(DjangoHandler):
Expand Down

0 comments on commit 877ece7

Please sign in to comment.