Merge branch 'migrate-post-gen-hook-pathlib' into lint-format-template-with-ruff

# Conflicts:
#	hooks/post_gen_project.py
This commit is contained in:
Bruno Alla 2025-01-18 11:19:35 +00:00
commit 3ddf863e48

View File

@ -69,7 +69,7 @@ def remove_docker_files():
def remove_nginx_docker_files():
Path("compose/local/nginx").unlink()
shutil.rmtree(Path("compose", "production", "nginx"))
def remove_utility_files():