Open iodic opened 2 weeks ago
This update adds pre-commit hooks which run:
To enable pre-commit hooks, run this command:
git config core.hooksPath .githooks
The checks will only run against staged files; it will ignore modified files which are not going to be committed.
@vahidkay-meta has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.
This update adds pre-commit hooks which run:
To enable pre-commit hooks, run this command:
git config core.hooksPath .githooks
The checks will only run against staged files; it will ignore modified files which are not going to be committed.