summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Ruhlov <anton@paxful.com>2020-04-10 14:49:55 +0300
committerAnton Ruhlov <anton@paxful.com>2020-04-10 14:49:55 +0300
commite7165a7cf57a31d1b5d5d7d9c9e9788cc299133c (patch)
tree2dc1671d7901275b4fbee6a667a4c9474cc7008a
parentd4716eb95e9590bb47381a64cda1d57bad8dd907 (diff)
downloadoauthlib-e7165a7cf57a31d1b5d5d7d9c9e9788cc299133c.tar.gz
Added isort configuration
-rw-r--r--setup.cfg10
1 files changed, 10 insertions, 0 deletions
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