From 686c6c777efae188205df5ea81b21c507916954d Mon Sep 17 00:00:00 2001 From: jgstew Date: Sun, 24 Oct 2021 13:38:07 -0400 Subject: [PATCH] add isort config to skip tests and be black formatter compatible --- .isort.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .isort.cfg diff --git a/.isort.cfg b/.isort.cfg new file mode 100644 index 0000000..5163690 --- /dev/null +++ b/.isort.cfg @@ -0,0 +1,8 @@ +[settings] +multi_line_output = 3 +include_trailing_comma = True +force_grid_wrap = 0 +use_parentheses = True +ensure_newline_before_comments = True +line_length = 88 +skip = tests