1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2024-10-23 16:53:00 +02:00

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

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