From 74ec1d38db87db856d515b10bfee717c754358e5 Mon Sep 17 00:00:00 2001 From: Binrui Dong Date: Fri, 31 Mar 2023 00:18:41 +0800 Subject: [PATCH] Exclude check_clang_tidy.py from flake8 check --- .flake8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.flake8 b/.flake8 index bd6031e86b311..486b0209347c4 100644 --- a/.flake8 +++ b/.flake8 @@ -1,5 +1,5 @@ [flake8] -exclude = .git,__pycache__,lang/json +exclude = .git,__pycache__,lang/json,tools/clang-tidy-plugin/test/check_clang_tidy.py ignore = # E265 forces comments to have a space after the '#'. We have a bunch of # optional debugging code commented out this way, and not having a space is