From 9234e0d85d2cd316aaf280da89594434e901d430 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 2 Nov 2021 14:29:34 -0700 Subject: add pyproject.toml with isort configuration --- python/pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 python/pyproject.toml (limited to 'python') 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 -- cgit v1.2.3