From: Maximilian Friedersdorff Date: Thu, 10 Mar 2022 08:55:15 +0000 (+0000) Subject: Config flake8 some more X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=753219b2efec4780ec243b357ff6bdf98fcf29bb;p=max%2Fsaltfiles.git Config flake8 some more --- diff --git a/states/vim/files/flake8 b/states/vim/files/flake8 index 99c768d..c2d982f 100644 --- a/states/vim/files/flake8 +++ b/states/vim/files/flake8 @@ -1,3 +1,4 @@ [flake8] -max-line-length = 119 -max-doc-length = 80 +max-line-length = 120 +max-doc-length = 99 +ignore = BLK100