From e7165a7cf57a31d1b5d5d7d9c9e9788cc299133c Mon Sep 17 00:00:00 2001 From: Anton Ruhlov Date: Fri, 10 Apr 2020 14:49:55 +0300 Subject: Added isort configuration --- setup.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/setup.cfg b/setup.cfg index ed8a958..af09495 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,3 +3,13 @@ universal = 1 [metadata] license_file = LICENSE + +[isort] +combine_as_imports = true +default_section = THIRDPARTY +include_trailing_comma = true +known_first_party = oauthlib +known_tests = tests +sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,TESTS,LOCALFOLDER +line_length = 79 +multi_line_output = 5 \ No newline at end of file -- cgit v1.2.1