From 67f10f667c8a8cf9ec9187650dfc26c0b333bfca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Thu, 26 Mar 2020 18:46:41 +0000 Subject: Specify why some isort settings are a certain way. --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 5cad3ab..3ab8a28 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,9 +29,11 @@ exclude = ''' ''' [tool.isort] +# These settings ensure that black and isort don't disagree on the imports. line_length = 88 multi_line_output = 3 include_trailing_comma = true + known_first_party = ['glucometerutils'] known_third_party = ['construct', 'hidapi', 'pyserial', 'pyscsi'] -- cgit v1.2.3