From c9999583e1eb72faa37980ab030fed4f37ee8dad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Bylica?= Date: Wed, 25 Sep 2019 12:32:46 +0200 Subject: [PATCH] ci: Skip .git dir in codespell --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 1fe8679..8afdf7a 100644 --- a/circle.yml +++ b/circle.yml @@ -69,7 +69,7 @@ jobs: - run: name: "Run codespell" command: | - codespell --quiet-level=4 --ignore-words=./.codespell-whitelist + codespell --quiet-level=4 --ignore-words=./.codespell-whitelist --skip=.git - run: name: "Check bumpversion" command: |