Add configuration for isort

See: https://sourcery.ai/blog/python-best-practices/
This commit is contained in:
Alan Orth 2019-08-29 01:14:31 +03:00
parent d97dcd19db
commit 0388145b81
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 6 additions and 0 deletions

6
setup.cfg Normal file
View File

@ -0,0 +1,6 @@
[isort]
multi_line_output=3
include_trailing_comma=True
force_grid_wrap=0
use_parentheses=True
line_length=88