From 9e97afd7438b9a0035427e5810e993157635c305 Mon Sep 17 00:00:00 2001 From: Fundor333 Date: Sat, 13 Jul 2024 01:17:04 +0200 Subject: [PATCH] Fix post --- .../why-do-i-disinstall-pipenv-and-use-only-poetry/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/post/2024/why-do-i-disinstall-pipenv-and-use-only-poetry/index.md b/content/post/2024/why-do-i-disinstall-pipenv-and-use-only-poetry/index.md index 2353a759..d7b2d9ae 100644 --- a/content/post/2024/why-do-i-disinstall-pipenv-and-use-only-poetry/index.md +++ b/content/post/2024/why-do-i-disinstall-pipenv-and-use-only-poetry/index.md @@ -110,4 +110,6 @@ If you set pre-commit in the right way for your project, you have an automatic w ## Conclusion -This is a generic python project but you can do it for all the type of projects and make your personal [templating repo of Github](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository) +This is the consempt for a generic python project but you can do it for all the type of projects and make your personal [templating repo of Github](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-template-repository) and add other stuff, for example a blank template for Kubernates with some type of checker of the config (maybe with _pre-commit_). + +You can also expand the idea adding some _dotfile_ for the IDE, like the config for running the project with multiple setting (dev mod, presentation, online, staging) or the default config four your prefer CI tool.