From 43933f35850779c79d7d6c28d6d94e13146c8c1b Mon Sep 17 00:00:00 2001 From: Yaman Umuroglu <maltanar@gmail.com> Date: Thu, 30 Jan 2020 22:43:54 +0000 Subject: [PATCH] [Setup] fix isort.cfg to resolve black-isort incompatibility https://github.com/psf/black/issues/127 --- .isort.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/.isort.cfg b/.isort.cfg index 4a48dba8d..6b83d3b7f 100644 --- a/.isort.cfg +++ b/.isort.cfg @@ -8,3 +8,4 @@ known_first_party=finn sections=FUTURE,STDLIB,COMPAT,TEST,THIRDPARTY,FIRSTPARTY,LOCALFOLDER default_section=THIRDPARTY multi_line_output=3 +include_trailing_comma=True -- GitLab