mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 09:24:52 +03:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
0819f6e266
commit
a9edcf4bcf
|
@ -83,7 +83,7 @@ def create_vscode_devcontainer_bash_history_file():
|
||||||
os.mkdir(history_dir_path)
|
os.mkdir(history_dir_path)
|
||||||
|
|
||||||
history_file_path = ".history/bash_history"
|
history_file_path = ".history/bash_history"
|
||||||
with open(history_file_path, 'a'):
|
with open(history_file_path, "a"):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
|
@ -494,7 +494,8 @@ def main():
|
||||||
print(
|
print(
|
||||||
INFO + ".env(s) are only utilized when Docker Compose and/or "
|
INFO + ".env(s) are only utilized when Docker Compose and/or "
|
||||||
"Heroku and/or VS Code Dev Container support is enabled so "
|
"Heroku and/or VS Code Dev Container support is enabled so "
|
||||||
"keeping them does not make sense given your current setup." + TERMINATOR
|
"keeping them does not make sense given your current setup."
|
||||||
|
+ TERMINATOR
|
||||||
)
|
)
|
||||||
remove_envs_and_associated_files()
|
remove_envs_and_associated_files()
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user