build: add ruff lint depedency

This commit is contained in:
2025-09-19 14:57:38 +02:00
parent d96fec0222
commit 66db11c40b
2 changed files with 32 additions and 1 deletions

View File

@@ -21,6 +21,7 @@ license = { text = "GPL-3.0+" }
bump = ["git-cliff>=2.9.1", "python-semantic-release>=10.2.0"]
lint = [
"isort>=6.0.1",
"ruff>=0.13.1",
]
test = [
"pytest>=4.2.1",