From ba15074ef04413c8bafedf1b23985528fb5bb035 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 29 Oct 2022 13:59:26 -0700 Subject: [PATCH] Attempt to exclude .venv from flakeheaven runs in CI --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 3f8910fa..fa493066 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -153,6 +153,7 @@ filterwarnings = [ [tool.flakeheaven] max_line_length = 88 +exclude = [".venv"] [tool.flakeheaven.plugins] "py*" = ["+*"]