summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2020-03-26 19:46:41 +0100
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-03-26 20:00:32 +0100
commit67f10f667c8a8cf9ec9187650dfc26c0b333bfca (patch)
tree8ce88a808bb94dc67e681f46a4b57b2e3b203654
parentRemove bdist_wheel/install cycle from Travis CI. (diff)
downloadglucometerutils-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
-rw-r--r--pyproject.toml2
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']