From cb2c2a096d263f16fde5ed95dd4b3a6d58c66c91 Mon Sep 17 00:00:00 2001 From: Micah Jerome Ellison Date: Sat, 29 Oct 2022 14:11:13 -0700 Subject: [PATCH] Exclude more dirs from flakeheaven --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa493066..8828520e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -153,7 +153,7 @@ filterwarnings = [ [tool.flakeheaven] max_line_length = 88 -exclude = [".venv"] +exclude = [".git", ".tox", ".venv", "node_modules"] [tool.flakeheaven.plugins] "py*" = ["+*"]