Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6e02e87

Browse files
committed
Add isort config
1 parent2f0bb17 commit6e02e87

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

‎setup.cfg‎

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,15 @@ exclude = .*/,
44
*.egg,
55
backend/*/migrations
66
max-line-length = 88
7+
8+
[isort]
9+
combine_as_imports= true
10+
default_section = THIRDPARTY
11+
include_trailing_comma = true
12+
multi_line_output = 3
13+
known_django = django
14+
known_first_party = main
15+
split_before_closing_bracket = true
16+
sections = FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
17+
line_length = 79
18+
not_skip = __init__.py

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp