summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: ca59291b13366cf2c9b6cc80737b17ee34d83de6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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