Add setup config

This commit is contained in:
Jensun Ravichandran 2021-06-17 14:51:09 +02:00
parent 29063dcec4
commit 4ab0a5a414

8
setup.cfg Normal file
View File

@ -0,0 +1,8 @@
[isort]
profile = hug
src_paths = isort, test
[yapf]
based_on_style = pep8
spaces_before_comment = 2
split_before_logical_operator = true