Remove bandit and black from pyproject.toml

This commit is contained in:
2025-11-15 16:56:33 +00:00
parent 877a490b57
commit 4f1e5043fd
2 changed files with 5 additions and 119 deletions

View File

@@ -14,8 +14,6 @@ python = "^3.13"
[tool.poetry.dev-dependencies]
pre-commit = "^3.8"
bandit = "^1.7"
black = "^25.0"
[tool.poetry.scripts]
resrm = "resrm.cli:main"