You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

pre-commit.md 351 B

1234
  1. # Pre-commit
  2. Run `pre-commit install` to install pre-commit into your git hooks. Before you commit, run
  3. `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.