Skip to content

Commit

Permalink
feat: Updated CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sweep-ai[bot] authored Jan 12, 2024
1 parent 892f862 commit 616fd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ To run the pre-commit tool, follow these steps:

3. Run the command `pre-commit run --all-files`. This will execute the pre-commit hooks configured for this project against the modified files. If any issues are found, the pre-commit tool will provide feedback on how to resolve them. Make the necessary changes and re-run the pre-commit command until all issues are resolved.

4. You can also install pre-commit as a git hook by execute `pre-commit install`. Every time you made `git commit` pre-commit run automatically for you.
4. You can also install pre-commit as a git hook by executing `pre-commit install`. Once installed, every time you make a `git commit`, pre-commit will run automatically for you.


### Docstrings
Expand Down

0 comments on commit 616fd7f

Please sign in to comment.