From 904acbc576b27d7d05d770e061a6c01a439b8fad Mon Sep 17 00:00:00 2001 From: Rhet Turnbull Date: Sat, 19 Jun 2021 18:03:05 -0700 Subject: [PATCH] Added isort cfg to match black --- .isort.cfg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .isort.cfg diff --git a/.isort.cfg b/.isort.cfg new file mode 100644 index 00000000..daa9a5a0 --- /dev/null +++ b/.isort.cfg @@ -0,0 +1,3 @@ +[settings] +profile=black +multi_line_output=3