From b0ef85288dd22a0f77a02d54bc72aba7b36b4041 Mon Sep 17 00:00:00 2001 From: Akuli Date: Sat, 15 May 2021 13:05:26 +0300 Subject: [PATCH] flake8: do not exclude @python2 dirs (#5457) --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index ffdd50baf..4d5b841be 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