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
This commit is contained in:
Ben Thorner
2021-03-12 12:11:50 +00:00
parent 3d590a71e4
commit 1c65d0a13c

View File

@@ -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