diff --git a/.flake8 b/.flake8 index 983d3bc..f4895aa 100644 --- a/.flake8 +++ b/.flake8 @@ -12,7 +12,7 @@ exclude = .tox, max-line-length = 80 -ignore = +ignore = W504 # Output config: show-source = True