Exclude more dirs from flakeheaven

This commit is contained in:
Micah Jerome Ellison 2022-10-29 14:11:13 -07:00
parent ba15074ef0
commit cb2c2a096d

View file

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