From f201e46587658671663b3270b938bb39ab0ac68c Mon Sep 17 00:00:00 2001 From: giocaizzi Date: Sun, 16 Jun 2024 22:44:55 +0200 Subject: [PATCH] init --- pyproject.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d4cb8ff..661ad6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,15 @@ extend-ignore = [ "RST203", "RST301", ] -exclude = ["tests", ".github", ".vscode", "docs", "docsrc", "temp", " ./build"] +exclude = [ + "tests/*", + ".github/*", + ".vscode/*", + "docs/*", + "docsrc/*", + "temp/*", + " ./build/*", +] max-line-length = 88 # E203, E701, - black compatibility