This commit is contained in:
Marc Beninca 2024-08-30 10:05:52 +02:00
parent cd0bd63ff9
commit 4869917a49
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -62,6 +62,7 @@ def install_python_packages() -> None:
run("pip", "install", "--upgrade", "pip") run("pip", "install", "--upgrade", "pip")
split() split()
packages = [ packages = [
"gitlint",
"hatch", "hatch",
"mypy", "mypy",
"pelican", "pelican",