mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Lint: Enable isort (I) rules
This commit is contained in:
parent
767bfa7e48
commit
d080d03f5a
1 changed files with 7 additions and 1 deletions
|
@ -70,6 +70,12 @@ verbosity = 3
|
||||||
# images that are a few days behind. See also: docs/developer/doit.md
|
# images that are a few days behind. See also: docs/developer/doit.md
|
||||||
use_cache = false
|
use_cache = false
|
||||||
|
|
||||||
|
[tool.ruff.lint]
|
||||||
|
select = [
|
||||||
|
# isort
|
||||||
|
"I",
|
||||||
|
]
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core>=1.2.0"]
|
requires = ["poetry-core>=1.2.0"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
Loading…
Reference in a new issue