mirror of
https://github.com/microsoft/autogen.git
synced 2026-01-01 17:50:48 +00:00
5 lines
351 B
Markdown
5 lines
351 B
Markdown
|
|
# Pre-commit
|
||
|
|
|
||
|
|
Run `pre-commit install` to install pre-commit into your git hooks. Before you commit, run
|
||
|
|
`pre-commit run` to check if you meet the pre-commit requirements. If you use Windows (without WSL) and can't commit after installing pre-commit, you can run `pre-commit uninstall` to uninstall the hook. In WSL or Linux this is supposed to work.
|