diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2020-03-26 19:46:41 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2020-03-26 20:00:32 +0100 |
commit | 67f10f667c8a8cf9ec9187650dfc26c0b333bfca (patch) | |
tree | 8ce88a808bb94dc67e681f46a4b57b2e3b203654 /pyproject.toml | |
parent | Remove bdist_wheel/install cycle from Travis CI. (diff) | |
download | glucometerutils-67f10f667c8a8cf9ec9187650dfc26c0b333bfca.tar glucometerutils-67f10f667c8a8cf9ec9187650dfc26c0b333bfca.tar.gz glucometerutils-67f10f667c8a8cf9ec9187650dfc26c0b333bfca.tar.bz2 glucometerutils-67f10f667c8a8cf9ec9187650dfc26c0b333bfca.tar.lz glucometerutils-67f10f667c8a8cf9ec9187650dfc26c0b333bfca.tar.xz glucometerutils-67f10f667c8a8cf9ec9187650dfc26c0b333bfca.tar.zst glucometerutils-67f10f667c8a8cf9ec9187650dfc26c0b333bfca.zip |
Diffstat (limited to 'pyproject.toml')
-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'] |