From ce3c016958c9dc7877e3d572c418d86083d30d58 Mon Sep 17 00:00:00 2001 From: Nyakku Shigure Date: Mon, 6 May 2024 15:16:04 +0800 Subject: [PATCH] [Cleanup] Remove Flake8 config in `.editorconfig` (#64027) --- .editorconfig | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 7c31ee5239836d..b7b333f7b76864 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,15 +15,12 @@ insert_final_newline = true [*.{c,cc,cxx,cpp,cu,cuh,h,hpp,hxx,kps}] indent_size = 2 -[*.{py,java,r}] +[*.{py,pyi,java,r,toml}] indent_size = 4 [Dockerfile.*] indent_size = 4 -[.flake8] -indent_size = 4 - [*.go] indent_style = tab indent_size = 4