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