aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2024-04-02 16:11:09 +0200
committerAki Tomita <121511582+atomita-ni@users.noreply.github.com>2024-04-08 21:44:38 -0500
commit29a2dbfcf9e3d54b6543ff584604cd70a77282bb (patch)
tree1b40128e9aafee410ed099b20a19e8c246b2a596
parentuhd: Fix outstanding clang-format issues (diff)
downloaduhd-29a2dbfcf9e3d54b6543ff584604cd70a77282bb.tar.xz
uhd-29a2dbfcf9e3d54b6543ff584604cd70a77282bb.zip
python: Add pyproject.toml with black line length
This file is added for both UHD and MPM.
-rw-r--r--host/python/pyproject.toml3
-rw-r--r--mpm/python/pyproject.toml3
2 files changed, 6 insertions, 0 deletions
diff --git a/host/python/pyproject.toml b/host/python/pyproject.toml
new file mode 100644
index 000000000..92661f644
--- /dev/null
+++ b/host/python/pyproject.toml
@@ -0,0 +1,3 @@
+
+[tool.black]
+line-length = 100
diff --git a/mpm/python/pyproject.toml b/mpm/python/pyproject.toml
new file mode 100644
index 000000000..92661f644
--- /dev/null
+++ b/mpm/python/pyproject.toml
@@ -0,0 +1,3 @@
+
+[tool.black]
+line-length = 100