瀏覽代碼

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

josh11b 5 年之前
父節點
當前提交
07e814ae5f
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      .pre-commit-config.yaml

+ 1 - 0
.pre-commit-config.yaml

@@ -19,6 +19,7 @@ repos:
     rev: v1.17.1
     hooks:
       - id: codespell
+        args: ['-L', 'copyable,circularly']
         exclude: '^src/jekyll/Gemfile.lock$'
   - repo: local
     hooks: