Explorar o código

Add codespell to pyproject.toml

kaliko hai 9 meses
pai
achega
b029d1cb67
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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"