Add configuration for isort

See: https://sourcery.ai/blog/python-best-practices/
This commit is contained in:
Alan Orth 2021-03-12 22:59:57 +02:00
parent 126bf74ea0
commit 37cee1d3f0
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