src.ansys.pre_commit_hooks.tech_review.write_content#
- src.ansys.pre_commit_hooks.tech_review.write_content(message: str, file_path: str, file_content: str)#
Write generated content from jinja template to a file.
- Parameters:
- message: str
The message that details which file is being created.
- file_path: str
The path of the file to write the content to.
- file_content: str
The file content that was generated from the jinja templates.