Browse Source

Add codespell to pyproject.toml

kaliko 8 tháng trước cách đây
mục cha
commit
b029d1cb67
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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"