From 14cddd57627579f087dcabe87cc39c060a6f0f16 Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Fri, 13 Nov 2020 22:48:48 +0100 Subject: [PATCH] add a note about https://gitlab.com/pycqa/flake8/-/issues/428 --- .flake8 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.flake8 b/.flake8 index 5806d13..3cc9471 100644 --- a/.flake8 +++ b/.flake8 @@ -1,3 +1,6 @@ +# +# Move to pyproject.toml after: https://gitlab.com/pycqa/flake8/-/issues/428 +# [flake8] exclude = .tox, .pytest_cache, *.egg-info, */migrations/*, volumes #ignore = E402