From 8815fb999bc11e58300181c8cfe47bfa93c09263 Mon Sep 17 00:00:00 2001 From: pythoninja Date: Thu, 12 Oct 2023 10:43:26 +0300 Subject: [PATCH] chore(dev): remove isort rule --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3013327..cf25b0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,6 @@ select = [ "E", # pycodestyle - error "F", # Pyflakes "G", # flake8-logging-format - "I", # isort "N", # pep8-naming "Q", # flake8-quotes "S", # flake8-bandit