Pārlūkot izejas kodu

Add codespell to pyproject.toml

kaliko 9 mēneši atpakaļ
vecāks
revīzija
b029d1cb67
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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"