From abea5a53de1c1b42d53ecf99fb38be0b8509e94c Mon Sep 17 00:00:00 2001 From: "immich-tofu[bot]" <171590969+immich-tofu[bot]@users.noreply.github.com> Date: Sun, 4 Jan 2026 16:05:56 +0000 Subject: [PATCH] chore: linting (#7532) * chore: linting * fix: broken tests * fix: formatting --- .editorconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index cc492eef9f..43e1c061c1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,9 +8,6 @@ indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true -[*.py] -indent_size = 4 - [*.{ts,js}] quote_type = single