diff options
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
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'] |