From 1c65d0a13c88b383b3ba5abba675ede84ab273d1 Mon Sep 17 00:00:00 2001 From: Ben Thorner Date: Fri, 12 Mar 2021 12:11:50 +0000 Subject: [PATCH] Update isort config to match that in API As discussed in [1]. This has no effect on the existing imports. [1]: https://github.com/alphagov/notifications-api/pull/3175#issuecomment-795530323 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index e4b7097a7..1204e5f05 100644 --- a/setup.cfg +++ b/setup.cfg @@ -9,3 +9,4 @@ multi_line_output=3 known_third_party=notifications_utils,notifications_python_client known_first_party=app,tests include_trailing_comma=True +use_parentheses=True