From 03e82a91adca8af0b404360912b4f78784d4103d Mon Sep 17 00:00:00 2001 From: Florian Friesdorf Date: Thu, 21 Oct 2021 18:15:43 +0200 Subject: [PATCH] Exclude venvs for flake8 --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index c236305f..ab7be1f3 100644 --- a/setup.cfg +++ b/setup.cfg @@ -103,6 +103,7 @@ exclude_lines = avoid-escape = False docstring_convention = google docstring_style = google +extend-exclude = venv*,.venv* extend-select = # docstrings D204,