feat: Add mypy to pre-commit.

This commit is contained in:
Elisiário Couto
2025-09-03 21:40:15 +01:00
committed by Elisiário Couto
parent de3da84dff
commit ec8ef8346a
34 changed files with 226 additions and 242 deletions

View File

@@ -4,9 +4,11 @@
"Bash(mkdir:*)",
"Bash(uv sync:*)",
"Bash(uv run pytest:*)",
"Bash(git commit:*)"
"Bash(git commit:*)",
"Bash(ruff check:*)",
"Bash(git add:*)"
],
"deny": [],
"ask": []
}
}
}