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

15
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,15 @@
repos:
- repo: https://github.com/psf/black
rev: 23.7.0
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.11
hooks:
- id: ruff
args: ["--select", "RUF100,B"]
- repo: https://github.com/PyCQA/bandit
rev: 1.7.5
hooks:
- id: bandit
name: bandit