Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
skfegan committed Aug 30, 2024
1 parent 967cae9 commit 23bf245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code_quality/5_precommit.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ We have seen now how to install various tools, a linter and two formatters to he

### Introducing pre-commit

You can find a much more exhaustive look at isort in the [Documentation](https://pre-commit.com/index.html)
You can find a much more exhaustive look at pre-commit in the [Documentation](https://pre-commit.com/index.html)

Git has an interface that allows developers to extend the functionality of the application to include features beyond just version controlling code. This interface is called "hooks", git hooks are basically just a set of scripts that run at various "hooked" stages within the git workflow. For example, you can hook the commit step of the version control workflow to run tools whenever you are about to commit a new code change to your repository.

Expand Down

0 comments on commit 23bf245

Please sign in to comment.