From e1afe592a6117906ee0f372c7127f1db66f927e0 Mon Sep 17 00:00:00 2001 From: Akuli Date: Sat, 15 May 2021 11:35:41 +0300 Subject: [PATCH] flake8: do not exclude @python2 dirs --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index ffdd50bafa27..4d5b841beba6 100644 --- a/.flake8 +++ b/.flake8 @@ -22,5 +22,5 @@ per-file-ignores = # We are checking with Python 3 but many of the stubs are Python 2 stubs. builtins = StandardError,apply,basestring,buffer,cmp,coerce,execfile,file,intern,long,raw_input,reduce,reload,unichr,unicode,xrange -exclude = .venv*,@*,.git,*_pb2.pyi +exclude = .venv*,.git,*_pb2.pyi max-line-length = 130