From: Ɓukasz Langa Date: Thu, 29 Mar 2018 02:45:48 +0000 (-0700) Subject: Remove the test-specific .flake8 file X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/728c56c986bc5aea4d9897d3fce3159f89991b8e?ds=sidebyside;hp=-c;pf=etc Remove the test-specific .flake8 file --- 728c56c986bc5aea4d9897d3fce3159f89991b8e diff --git a/tests/.flake8 b/tests/.flake8 deleted file mode 100644 index 3528ac4..0000000 --- a/tests/.flake8 +++ /dev/null @@ -1,8 +0,0 @@ -# Like the base Black .flake8 but also ignores F811 which is used deliberately -# in test files. - -[flake8] -ignore = E266, E501, F811 -max-line-length = 80 -max-complexity = 12 -select = B,C,E,F,W,T4,B9