From 221a4b0b50f4eb8fc8f2d2621fca87430aa19f05 Mon Sep 17 00:00:00 2001 From: BillSchumacher <34168009+BillSchumacher@users.noreply.github.com> Date: Tue, 18 Apr 2023 19:02:10 -0500 Subject: [PATCH] I guess linux doesn't like this.... --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 72bb3ff8..fdb43d66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,6 @@ extend-exclude = '.+/(dist|.venv|venv|build)/.+' [tool.isort] profile = "black" -skip = venv,env,node_modules,.env,.venv,dist multi_line_output = 3 include_trailing_comma = true force_grid_wrap = 0