From a523e6b9c17512d3587854272fd27d7f5dbbb007 Mon Sep 17 00:00:00 2001 From: Andres Caicedo Date: Mon, 8 May 2023 14:26:34 +0200 Subject: [PATCH] Create .isort.cfg --- .isort.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .isort.cfg diff --git a/.isort.cfg b/.isort.cfg new file mode 100644 index 0000000..626d12b --- /dev/null +++ b/.isort.cfg @@ -0,0 +1,10 @@ +[settings] +profile = black +multi_line_output = 3 +include_trailing_comma = true +force_grid_wrap = 0 +use_parentheses = true +ensure_newline_before_comments = true +line_length = 88 +sections = FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,LOCALFOLDER +skip = .tox,__pycache__,*.pyc,venv*/*,reports,venv,env,node_modules,.env,.venv,dist \ No newline at end of file