dev: add pre-commit hooks

This commit is contained in:
nahuhh
2025-07-11 17:53:27 +00:00
parent 0e6f37a479
commit 5cecef676d
5 changed files with 116 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ dev = [
"codespell",
"flake8",
"pip-tools",
"pre-commit",
"pytest",
"ruff",
"black==25.1.0",