From 6541a48351705a7be63d1ef01ad1539447e711d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemen=20Tu=C5=A1ar?= Date: Sun, 5 May 2024 11:56:59 +0100 Subject: [PATCH] :see_no_evil: ignore docs in pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 489beaa..54adc70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,6 +85,7 @@ exclude = ''' | buck-out | build | dist + | docs )/ | foo.py ) @@ -110,6 +111,7 @@ mypy_path = "src" python_version = "3.8" exclude = [ "tests", + "docs", "build", "dist", "venv",