Add isort config file

This commit is contained in:
Andrei 2020-02-14 16:51:05 +03:00
parent 304f43c450
commit aa13affeb6
1 changed files with 8 additions and 0 deletions

8
.isort.cfg Normal file
View File

@ -0,0 +1,8 @@
[settings]
length_sort = True
multi_line_output = 3
include_trailing_comma = True
force_grid_wrap = 0
use_parentheses = True
skip_glob = anticaptcha_examples/**, tests/**
line_length=99