Add Ruff as a dev dependency

This commit is contained in:
Philipp Emanuel Weidmann
2025-11-19 09:59:18 +05:30
parent f3b9826ca4
commit f06e939791
2 changed files with 40 additions and 1 deletions
+5
View File
@@ -33,6 +33,11 @@ dependencies = [
"transformers>=4.55.2",
]
[dependency-groups]
dev = [
"ruff>=0.14.5",
]
[project.urls]
Homepage = "https://github.com/p-e-w/heretic"
Documentation = "https://github.com/p-e-w/heretic"