From 05679e5a65db4ea7aa79a6e90fd429ccf1d2d338 Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Tue, 29 Dec 2020 15:04:20 +0100 Subject: [PATCH] -volumes --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index ca4524e..242b2c6 100644 --- a/.flake8 +++ b/.flake8 @@ -2,6 +2,6 @@ # Move to pyproject.toml after: https://gitlab.com/pycqa/flake8/-/issues/428 # [flake8] -exclude = .pytest_cache, .tox, dist, htmlcov, */migrations/*, volumes +exclude = .pytest_cache, .tox, dist, htmlcov, */migrations/* #ignore = E402 max-line-length = 119