diff --git a/dotfiles/config/flake8 b/dotfiles/config/flake8 index 51b50a04..91c9e321 100644 --- a/dotfiles/config/flake8 +++ b/dotfiles/config/flake8 @@ -1,2 +1,3 @@ [flake8] -max-line-length = 100 \ No newline at end of file +max-line-length = 100 +ignore = E701 \ No newline at end of file