diff --git a/pyproject.toml b/pyproject.toml index 4f3a3d8..9c53665 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -93,11 +93,6 @@ exclude_lines = [ "if TYPE_CHECKING:", ] -[tool.isort] -profile = "black" -multi_line_output = 3 -line_length = 80 - [tool.mypy] ignore_missing_imports = true