From 7b0111c9497c598a0346015817619ac5d4619403 Mon Sep 17 00:00:00 2001 From: Lev Vereshchagin Date: Sun, 5 Dec 2021 18:45:18 +0300 Subject: [PATCH] Add codespell config --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2977ccd1..80860b33 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -37,6 +37,7 @@ repos: rev: v2.1.0 hooks: - id: codespell + exclude: ".*Dockerfile.*" - repo: https://github.com/scop/pre-commit-shfmt rev: v3.4.1-1