浏览代码

Add codespell to pyproject.toml

kaliko 8 月之前
父节点
当前提交
b029d1cb67
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      pyproject.toml

+ 3 - 0
pyproject.toml

@@ -56,3 +56,6 @@ profile = "black"
 known_first_party = "borgmatic"
 line_length = 100
 skip = ".tox"
+
+[tool.codespell]
+skip = ".git,.tox,build"