Attempt to exclude .venv from flakeheaven runs in CI

This commit is contained in:
Micah Jerome Ellison 2022-10-29 13:59:26 -07:00
parent a1e5360803
commit ba15074ef0

View file

@ -153,6 +153,7 @@ filterwarnings = [
[tool.flakeheaven] [tool.flakeheaven]
max_line_length = 88 max_line_length = 88
exclude = [".venv"]
[tool.flakeheaven.plugins] [tool.flakeheaven.plugins]
"py*" = ["+*"] "py*" = ["+*"]