Add codespell to pyproject.toml

This commit is contained in:
kaliko 2024-10-15 09:46:53 +02:00
parent ffad05bdb6
commit c7cefd5922

View File

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