From a628f8ea4796ada765387f2b870f2133c772b29d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexis=20M=C3=A9taireau?= Date: Sat, 12 Aug 2023 17:42:45 +0200 Subject: [PATCH] Add .venv to black excludes --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index bc56eaf..50e6e79 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,6 +46,7 @@ exclude = ''' /( | migrations | static + | .venv )/ ) '''