Add setup.cfg for isort

This is for sorting Python imports and warning about unused ones.
This commit is contained in:
Alan Orth 2021-11-01 08:21:09 +02:00
parent a0e6e417d4
commit c7c0d0efcc
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