Tell codespell to ignore: copyable,circularly (#99)

This commit is contained in:
josh11b
2020-06-26 16:16:04 -07:00
committed by GitHub
parent 551de7db93
commit 07e814ae5f
+1
View File
@@ -19,6 +19,7 @@ repos:
rev: v1.17.1
hooks:
- id: codespell
args: ['-L', 'copyable,circularly']
exclude: '^src/jekyll/Gemfile.lock$'
- repo: local
hooks: