python3-anticaptcha/.isort.cfg

8 lines
185 B
INI
Raw Normal View History

2020-02-14 13:51:05 +00:00
[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