--- dts/pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 dts/pyproject.toml
diff --git a/dts/pyproject.toml b/dts/pyproject.toml new file mode 100644 index 0000000000..e5befba31b --- /dev/null +++ b/dts/pyproject.toml @@ -0,0 +1,3 @@ +[tool.isort] +profile = "black" + -- 2.20.1