From b06d1aebedfd5ef7511e10165713ef276f4c2f96 Mon Sep 17 00:00:00 2001 From: jkarasti Date: Mon, 25 Nov 2024 18:51:50 +0200 Subject: [PATCH] Lint: Remove unused black and isort dependencies --- pyproject.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 7404c2e..e59c492 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,12 +62,6 @@ pymupdf = "1.24.11" # Last version to support python 3.8 (needed for Ubuntu Foca [tool.poetry.group.dev.dependencies] httpx = "^0.27.2" -[tool.isort] -profile = "black" -skip_gitignore = true -# This is necessary due to https://github.com/PyCQA/isort/issues/1835 -follow_links = false - [tool.doit] verbosity = 3