[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2025-05-30 16:35:27 +00:00
parent 1daa25c2ac
commit 8d778c0b7c

View File

@ -105,11 +105,13 @@ def remove_vendors_js():
if vendors_js_path.exists():
vendors_js_path.unlink()
def remove_project_css():
project_css_path = Path("{{ cookiecutter.project_slug }}", "static", "css", "project.css")
if project_css_path.exists():
project_css_path.unlink()
def remove_packagejson_file():
file_names = ["package.json"]
for file_name in file_names: