Skip to content

Commit e7165a7

Browse files
author
Anton Ruhlov
committed
Added isort configuration
1 parent d4716eb commit e7165a7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

setup.cfg

+10
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,13 @@ universal = 1
33

44
[metadata]
55
license_file = LICENSE
6+
7+
[isort]
8+
combine_as_imports = true
9+
default_section = THIRDPARTY
10+
include_trailing_comma = true
11+
known_first_party = oauthlib
12+
known_tests = tests
13+
sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,TESTS,LOCALFOLDER
14+
line_length = 79
15+
multi_line_output = 5

0 commit comments

Comments
 (0)