mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-09-10 14:02:35 +03:00
Fix problem with double line ending in pre-commit config
This commit is contained in:
parent
ab20e20e60
commit
7204f57c5b
|
@ -214,7 +214,7 @@ def remove_repo_from_pre_commit_config(repo_to_remove: str):
|
|||
if not removing:
|
||||
new_lines.append(line)
|
||||
|
||||
pre_commit_config.write_text("\n".join(new_lines))
|
||||
pre_commit_config.write_text("".join(new_lines))
|
||||
|
||||
|
||||
def remove_celery_files():
|
||||
|
|
Loading…
Reference in New Issue
Block a user