Add codespell to pyproject.toml

This commit is contained in:
kaliko 2024-10-15 09:46:53 +02:00
parent 33b1101ce1
commit b029d1cb67

View File

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