From 92ba2b92993646badad1d7c9acf3566fc3469e6c Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Fri, 12 Jun 2026 16:15:16 +0000 Subject: [PATCH] remove local file from branch --- .claude/settings.local.json | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .claude/settings.local.json diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index ed0600e5..00000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(python -m pytest backend/pashub_fetcher/tests/test_pashub_client.py::test_select_latest_core_files_falls_back_to_latest_when_no_osm_candidates -v)", - "Bash(python -m pyright backend/app/db/functions/magic_plan_functions.py)", - "Bash(npx pyright *)", - "Bash(python -m pytest backend/app/db/functions/tests/test_magic_plan_functions.py --no-header -q)", - "Bash(python -m pyright backend/magic_plan/tests/test_audit_script.py)", - "Bash(find /workspaces/model -name \"pyrightconfig.json\" 2>/dev/null | head -5 && which pyright || find /home -name \"pyright\" 2>/dev/null | head -3 && find /usr -name \"pyright\" 2>/dev/null | head -3)", - "Read(//home/**)", - "Read(//usr/**)", - "Bash(/home/vscode/.npm/_npx/110e52990071af13/node_modules/.bin/pyright backend/magic_plan/tests/test_audit_script.py)", - "Bash(python -m pytest backend/magic_plan/tests/test_audit_script.py::test_write_headers_two_rows_correct_labels_and_column_positions -x)", - "Bash(python -m pytest backend/magic_plan/tests/test_audit_script.py -x)", - "Bash(python -m pytest backend/magic_plan/tests/test_audit_script.py::test_apply_section_borders_sets_medium_right_border_on_boundary_columns -x)", - "Bash(python -m pytest backend/magic_plan/tests/test_audit_script.py)", - "Bash(/home/vscode/.npm/_npx/110e52990071af13/node_modules/.bin/pyright backend/magic_plan/audit_script.py)", - "Bash(mkdir -p /workspaces/model/infrastructure/solar)", - "Bash(mkdir -p /workspaces/model/tests/infrastructure/solar)", - "Bash(python -m pytest datatypes/magicplan/domain/tests/test_mapper.py::test_kitchen_window_has_ventilation -x)", - "Bash(python -m pytest datatypes/magicplan/domain/tests/test_mapper.py -x)", - "Bash(git add *)", - "Bash(git commit -m ' *)", - "Bash(python3 -c ' *)", - "Bash(python -m pytest datatypes/magicplan/domain/tests/test_mapper.py::test_toilet_door_has_ventilation_undercut -x)", - "Bash(python -m pytest tests/infrastructure/postgres/test_uploaded_file_table.py -x -q)", - "Bash(python -m pytest tests/infrastructure/postgres/test_uploaded_file_table.py tests/repositories/tasks/ tests/repositories/magic_plan/ tests/repositories/property/ -x -q)" - ] - } -}