-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.isort.cfg
27 lines (17 loc) · 777 Bytes
/
.isort.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Configuring isort
# https://github.com/timothycrosley/isort/wiki/isort-Settings
[settings]
atomic = true
# https://github.com/timothycrosley/isort#multi-line-output-modes
# 3 - Vertical Hanging Indent
multi_line_output = 3
known_pathlib_revised=pathlib_revised
import_heading_pathlib_revised=https://github.com/jedie/pathlib_revised/
known_tqdm=tqdm
import_heading_tqdm=https://github.com/tqdm/tqdm
known_iterfilesystem=iterfilesystem
import_heading_iterfilesystem=https://github.com/jedie/IterFilesystem
known_pyhardlinkbackup=pyhardlinkbackup
import_heading_pyhardlinkbackup=https://github.com/jedie/PyHardLinkBackup
default_section=THIRDPARTY
sections=FUTURE,STDLIB,EXTERNAL,tqdm,THIRDPARTY,FIRSTPARTY,pathlib_revised,iterfilesystem,pyhardlinkbackup,LOCALFOLDER