Add pre-commit framework and hooks config, update README

This commit is contained in:
2025-11-15 08:23:20 +00:00
parent 7e989355b9
commit 2b24d252a1
6 changed files with 433 additions and 7 deletions

View File

@@ -18,6 +18,13 @@ mirro = "mirro.main:main"
[tool.poetry.group.dev.dependencies]
pytest = "^9.0.1"
pytest-cov = "^7.0.0"
pre-commit = "^3.8"
bandit = "^1.7"
black = "^25.0"
[tool.black]
line-length = 79
target-version = ["py313"]
[build-system]
requires = ["poetry-core"]