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
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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