Lint: Remove unused black and isort dependencies

This commit is contained in:
jkarasti 2024-11-25 18:51:50 +02:00 committed by Alexis Métaireau
parent da5490a5a1
commit b06d1aebed
No known key found for this signature in database
GPG key ID: C65C7A89A8FFC56E

View file

@ -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