build(deps): Add isort as a developer dependency

This commit is contained in:
2025-05-21 13:45:03 +02:00
parent 9d7f06530c
commit 03a1bc1b14
3 changed files with 31 additions and 1 deletions

18
poetry.lock generated
View File

@@ -281,6 +281,22 @@ files = [
[package.extras]
license = ["ukkonen"]
[[package]]
name = "isort"
version = "6.0.1"
description = "A Python utility / library to sort Python imports."
optional = false
python-versions = ">=3.9.0"
groups = ["dev"]
files = [
{file = "isort-6.0.1-py3-none-any.whl", hash = "sha256:2dc5d7f65c9678d94c88dfc29161a320eec67328bc97aad576874cb4be1e9615"},
{file = "isort-6.0.1.tar.gz", hash = "sha256:1cb5df28dfbc742e490c5e41bad6da41b805b0a8be7bc93cd0fb2a8a890ac450"},
]
[package.extras]
colors = ["colorama"]
plugins = ["setuptools"]
[[package]]
name = "jinja2"
version = "3.1.6"
@@ -610,4 +626,4 @@ files = [
[metadata]
lock-version = "2.1"
python-versions = "~3.13"
content-hash = "8e80071830f7c9c6b899fa792cd91f71b14920db72934aaf8b34ae9c38cc014a"
content-hash = "1a45cc19d20ff20330d212f2a097cb52689c8460a05f648c9cba9d81d9dd4a14"