From e380b4e886342e68749495d881269383cf56f337 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Wed, 11 Aug 2021 07:34:20 +0300
Subject: [PATCH] Add the codespell pre-commit hook.

It did find a spelling error in the README. What an embarssment. Correct
that as well.
---
 .pre-commit-config.yaml | 5 +++++
 README.rst              | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index ec55595..e6d331c 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -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
diff --git a/README.rst b/README.rst
index 22b72e8..ac2e132 100644
--- a/README.rst
+++ b/README.rst
@@ -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
-- 
GitLab