mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 09:52:37 +02:00
Lint: Remove unused black and isort dependencies
This commit is contained in:
parent
da5490a5a1
commit
b06d1aebed
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue