diff --git a/.flake8 b/.flake8 index 2215651..06d7662 100644 --- a/.flake8 +++ b/.flake8 @@ -1,9 +1,7 @@ [flake8] -ignore = +extend_ignore = # E128 continuation line under-indented for visual indent # E128, # E501 line too long E501 - # W504 line break after binary operator - W504 exclude = .git,__pycache__,venv