Skip to content
Snippets Groups Projects
Commit e380b4e8 authored by nimrod's avatar nimrod
Browse files

Add the codespell pre-commit hook.

It did find a spelling error in the README. What an embarssment. Correct
that as well.
parent 65c47ade
No related branches found
No related tags found
No related merge requests found
......@@ -94,3 +94,8 @@ repos:
args:
- "--server"
- https://git.shore.co.il
- repo: https://github.com/codespell-project/codespell.git
rev: v2.1.0
hooks:
- id: codespell
......@@ -41,7 +41,7 @@ Installation
This will install Template along with the dependencies for all of the filters
available with it. However, you can use narrower specifiers if you want to avoid
a specifc dependency (the filters listed below include the needed specifier).
a specific dependency (the filters listed below include the needed specifier).
In previous versions of Template all of the dependencies were required, so to
avoid breakage this behavior will be be kept. However, this will change in a
later release so to the keep the expected behavior please update your project's
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment