build(deps): Add reuse as a developer dependency

This commit is contained in:
2025-05-21 12:51:25 +02:00
parent 4b31975896
commit 841c3648c2
3 changed files with 141 additions and 1 deletions

View File

@@ -23,6 +23,7 @@ isort = "^6.0.1"
mypy = "^1.15.0"
pre-commit = "^4.2.0"
pylint = "^3.3.7"
reuse = "^5.0.2"
[tool.black]
line-length = 120