summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 9ada562..a420fce 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -39,6 +39,6 @@ multi_line_output = 3
include_trailing_comma = true
known_first_party = ['glucometerutils']
-known_third_party = ['construct', 'hidapi', 'pyscsi', 'serial']
+known_third_party = ['construct', 'hidapi', 'pyscsi', 'serial', 'usbmon']
[tool.setuptools_scm]