Skip to content

Commit 52f6c1d

Browse files
committed
add isort config
1 parent 6343dd6 commit 52f6c1d

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
@@ -1,3 +1,15 @@
11
[flake8]
22
exclude = .*/,.tox,*.egg,libtmux/_compat.py,libtmux/__*__.py
33
select = E,W,F,N
4+
5+
[isort]
6+
combine_as_imports= true
7+
default_section = THIRDPARTY
8+
include_trailing_comma = true
9+
multi_line_output = 3
10+
known_pytest = pytest,py
11+
known_first_party = libtmux
12+
split_before_closing_bracket = true
13+
sections = FUTURE,STDLIB,PYTEST,THIRDPARTY,FIRSTPARTY,LOCALFOLDER
14+
line_length = 79
15+
not_skip = __init__.py

0 commit comments

Comments
 (0)