# prepare-code-for-commit > Formating and linting code before the code commit. Use when as last step when large modification is done, or when user requested. - Author: Peiyuan Qi - Repository: PeiyuanQi/code-like-me - Version: 20260209125941 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-09 - Source: https://github.com/PeiyuanQi/code-like-me - Web: https://mule.run/skillshub/@@PeiyuanQi/code-like-me~prepare-code-for-commit:20260209125941 --- --- name: prepare-code-for-commit description: Formating and linting code before the code commit. Use when as last step when large modification is done, or when user requested. --- Based on the code you are writing, following the following one of the instructions: 1. If you are writing python code: format and lint the code per black, isort, flake8, Google python style guide, if there is conflict of rules, follow the Google python style guide.