Add security tooling and password length test

This commit is contained in:
thePR0M3TH3AN
2025-07-01 16:44:18 -04:00
parent 339cdcf43b
commit ba2b0e4ace
5 changed files with 116 additions and 0 deletions

4
pyproject.toml Normal file
View File

@@ -0,0 +1,4 @@
[tool.mypy]
python_version = "3.11"
strict = true
mypy_path = "src"