diff options
author | 2023-08-21 15:55:54 +0100 | |
---|---|---|
committer | 2023-08-21 15:55:54 +0100 | |
commit | 2b4e56b045bbde4220ecaa05f7144572017f7c83 (patch) | |
tree | 7aa8201c3afdb5b3aefb06c1d19815b9181bc62e | |
parent | Use pydantic-settings for config (diff) |
Remove isort config
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml index bfef2ce..3f472fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,10 +36,6 @@ build-backend = "poetry.core.masonry.api" [tool.black] line-length = 100 -[tool.isort] -profile = "black" -line_length = 120 - [tool.ruff] target-version = "py311" extend-exclude = [".cache"] |