build: add isort lint depedency

This commit is contained in:
2025-09-19 14:51:29 +02:00
parent 30b2305dd1
commit c63b7f9f4d
2 changed files with 16 additions and 0 deletions

View File

@@ -16,6 +16,9 @@ license = { text = "GPL-3.0+" }
[dependency-groups]
bump = ["git-cliff>=2.9.1", "python-semantic-release>=10.2.0"]
lint = [
"isort>=6.0.1",
]
test = [
"pytest>=4.2.1",
"pytest-cov>=6.2.1",