From 461b45ca25a99d117ae989e549b9cb0c8e711c11 Mon Sep 17 00:00:00 2001 From: Fabio Caccamo Date: Thu, 13 Apr 2023 11:11:43 +0200 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 9f425c2..dc4d840 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -158,6 +158,9 @@ exclude = ''' )/ ''' +[tool.isort] +profile = "black" + [tool.ruff] ignore = ["B905", "E501"] line-length = 88