From b029d1cb67facb32f0e887e8d9ccb1411200de90 Mon Sep 17 00:00:00 2001 From: kaliko Date: Tue, 15 Oct 2024 09:46:53 +0200 Subject: [PATCH] Add codespell to pyproject.toml --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 4a252319..fda99d14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,3 +56,6 @@ profile = "black" known_first_party = "borgmatic" line_length = 100 skip = ".tox" + +[tool.codespell] +skip = ".git,.tox,build"