Add isort config file
This commit is contained in:
parent
304f43c450
commit
aa13affeb6
|
@ -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
|
Loading…
Reference in New Issue