From 81324265a82f7cd3b9d5f567aef9a8721edc81b8 Mon Sep 17 00:00:00 2001 From: yihuang Date: Fri, 18 Oct 2024 23:25:59 +0800 Subject: [PATCH] Update testground/benchmark/.flake8 Signed-off-by: yihuang --- testground/benchmark/.flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testground/benchmark/.flake8 b/testground/benchmark/.flake8 index 8fd06c574f..09022d9662 100644 --- a/testground/benchmark/.flake8 +++ b/testground/benchmark/.flake8 @@ -1,4 +1,4 @@ [flake8] max-line-length = 88 extend-ignore = E203 -exclude = .git,__pycache__,./integration_tests/contracts,./integration_tests/**/*_pb2.py +exclude = __pycache__