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