aboutsummaryrefslogtreecommitdiffstats
path: root/python/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyproject.toml')
-rw-r--r--python/pyproject.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/pyproject.toml b/python/pyproject.toml
new file mode 100644
index 00000000..891223b0
--- /dev/null
+++ b/python/pyproject.toml
@@ -0,0 +1,3 @@
+[tool.isort]
+profile = "black"
+line_length = 96