diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index d1c397c6e..000000000 --- a/.gitattributes +++ /dev/null @@ -1,7 +0,0 @@ -tests/integration/codemod/repos/extra/*.json filter=lfs diff=lfs merge=lfs -text -**/test_codegen/expected_diff.patch filter=lfs diff=lfs merge=lfs -text -**/test_codegen/expected_diff.patch.skip filter=lfs diff=lfs merge=lfs -text -**/test_codegen_frontend/expected_diff.patch filter=lfs diff=lfs merge=lfs -text -tests/integration/codemod/repos/repos.json filter=lfs diff=lfs merge=lfs -text -tests/integration/verified_codemods/** filter=lfs diff=lfs merge=lfs -text -.github/disallowed-words.txt filter=lfs diff=lfs merge=lfs -text diff --git a/.github/disallowed-words.txt b/.github/disallowed-words.txt deleted file mode 100644 index 85618edae..000000000 --- a/.github/disallowed-words.txt +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c47fe11113256de71968b186bd459732c5f29547b9a57275f671502e9ebd8327 -size 328 diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 27f4c07cf..80de164c0 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -37,7 +37,7 @@ jobs: - run: uv run --frozen pre-commit run --show-diff-on-failure --color=always --all-files --source ${{ github.event.pull_request.base.sha || github.event.before }} --origin ${{ github.event.pull_request.head.sha || github.event.after }} shell: bash env: - SKIP: disallowed-words-check,circleci_validate + SKIP: circleci_validate - uses: stefanzweifel/git-auto-commit-action@v5 # Always commit changes even if pre-commit failed diff --git a/.lfsconfig b/.lfsconfig deleted file mode 100644 index f1ff0bb49..000000000 --- a/.lfsconfig +++ /dev/null @@ -1,2 +0,0 @@ -[lfs] - url = git@github.com:codegen-sh/graph-sitter-private.git diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cd5ad4e8d..47b303743 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -86,11 +86,12 @@ repos: - repo: "local" hooks: - - id: disallowed-words-check - name: Check for disallowed words - entry: scripts/disallowed-words-check.sh - language: script - files: '' # Check all files + # Disabled as part of LFS removal. + # - id: disallowed-words-check + # name: Check for disallowed words + # entry: scripts/disallowed-words-check.sh + # language: script + # files: '' # Check all files - id: generate-runner-imports name: Generate Runner Imports entry: bash -c "uv run --frozen python -m codegen.gscli.cli generate runner-imports src/codegen/shared/compilation/function_imports.py" diff --git a/scripts/install-deps.sh b/scripts/install-deps.sh index a4b362a15..77248fdcb 100755 --- a/scripts/install-deps.sh +++ b/scripts/install-deps.sh @@ -5,7 +5,7 @@ if command -v sudo &> /dev/null; then fi if command -v apt &> /dev/null; then - $SUDO apt update && $SUDO apt install -y git-lfs jq \ + $SUDO apt update && $SUDO apt install -y jq \ libpixman-1-dev \ libcairo2-dev \ libpango1.0-dev \ @@ -13,10 +13,10 @@ if command -v apt &> /dev/null; then libgif-dev \ librsvg2-dev elif command -v brew &> /dev/null; then - brew install git-lfs jq + brew install jq elif command -v dnf &> /dev/null; then - $SUDO dnf install -y git-lfs jq + $SUDO dnf install -y jq else - echo "Error: Could not find package manager to install git-lfs and jq" + echo "Error: Could not find package manager to install jq" exit 1 fi diff --git a/scripts/setup-lfs.sh b/scripts/setup-lfs.sh deleted file mode 100755 index 5325aacae..000000000 --- a/scripts/setup-lfs.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash -./scripts/install-deps.sh - -git lfs install -git lfs pull diff --git a/scripts/setup.sh b/scripts/setup.sh index 0a120eac2..82df6fa7f 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -1,5 +1,4 @@ #!/usr/bin/env bash -./scripts/setup-lfs.sh uv tool install pre-commit --with pre-commit-uv uv tool install deptry uv tool update-shell diff --git a/tests/integration/codemod/canonical/add_function_parameter_type_annotations/test_codegen/expected_diff.patch b/tests/integration/codemod/canonical/add_function_parameter_type_annotations/test_codegen/expected_diff.patch deleted file mode 100644 index 14f3b89da..000000000 --- a/tests/integration/codemod/canonical/add_function_parameter_type_annotations/test_codegen/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c51a8f99ad3027abca85962d44a348c99a134fe1bef2bad0cc586fba9da33cb9 -size 212130 diff --git a/tests/integration/codemod/canonical/add_function_parameter_type_annotations/test_django/expected_diff.patch b/tests/integration/codemod/canonical/add_function_parameter_type_annotations/test_django/expected_diff.patch deleted file mode 100644 index 60dd46bc3..000000000 --- a/tests/integration/codemod/canonical/add_function_parameter_type_annotations/test_django/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37d1b262905118965367a73202f39eb0bda887c2b44db45a46e67e67760cf759 -size 3382 diff --git a/tests/integration/codemod/canonical/add_internal_to_non_exported_components/test_virtual_coffee/expected_diff.patch b/tests/integration/codemod/canonical/add_internal_to_non_exported_components/test_virtual_coffee/expected_diff.patch deleted file mode 100644 index d00b746e5..000000000 --- a/tests/integration/codemod/canonical/add_internal_to_non_exported_components/test_virtual_coffee/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bbdebf5de2d58a5a20a5b2e8367e742641e2f33723aedb19c9b7191004dfc1d7 -size 6424 diff --git a/tests/integration/codemod/canonical/bang_bang_to_boolean/test_vscode/expected_diff.patch b/tests/integration/codemod/canonical/bang_bang_to_boolean/test_vscode/expected_diff.patch deleted file mode 100644 index 05a7b0195..000000000 --- a/tests/integration/codemod/canonical/bang_bang_to_boolean/test_vscode/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6dd2efb513aed814ce3427ede9bfbbe00e0ebe4bc9fc8594973ca1ed0e6c660f -size 1022012 diff --git a/tests/integration/codemod/canonical/built_in_type_annotation/test_mypy/expected_diff.patch b/tests/integration/codemod/canonical/built_in_type_annotation/test_mypy/expected_diff.patch deleted file mode 100644 index ab3943f17..000000000 --- a/tests/integration/codemod/canonical/built_in_type_annotation/test_mypy/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14c634d83e4d21170534e1a1a178e862a0ea6ff65666a85f26f2c2c033d65223 -size 56984 diff --git a/tests/integration/codemod/canonical/built_in_type_annotation/test_transformers/expected_diff.patch b/tests/integration/codemod/canonical/built_in_type_annotation/test_transformers/expected_diff.patch deleted file mode 100644 index 28da782d3..000000000 --- a/tests/integration/codemod/canonical/built_in_type_annotation/test_transformers/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9cd3e8b5cc4c2b81c924e790716f365d31b5fac5804b289c57428ee95081c8fd -size 3623327 diff --git a/tests/integration/codemod/canonical/change_component_tag_names/test_cypress/expected_diff.patch b/tests/integration/codemod/canonical/change_component_tag_names/test_cypress/expected_diff.patch deleted file mode 100644 index a86b458a7..000000000 --- a/tests/integration/codemod/canonical/change_component_tag_names/test_cypress/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:18a9e7d07ab2300f76650b0e48a9781c51f2c99832a16e1238281bdef51c6749 -size 2610 diff --git a/tests/integration/codemod/canonical/convert_array_type_to_square_bracket/test_vite/expected_diff.patch b/tests/integration/codemod/canonical/convert_array_type_to_square_bracket/test_vite/expected_diff.patch deleted file mode 100644 index 229001223..000000000 --- a/tests/integration/codemod/canonical/convert_array_type_to_square_bracket/test_vite/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eaa2757af6ba7ca347a7ce97425f80f8b8c852e8e2ddbcf7cf4edce7adc506c0 -size 1811 diff --git a/tests/integration/codemod/canonical/convert_attribute_to_decorator/test_flask/expected_diff.patch b/tests/integration/codemod/canonical/convert_attribute_to_decorator/test_flask/expected_diff.patch deleted file mode 100644 index e9dc70e86..000000000 --- a/tests/integration/codemod/canonical/convert_attribute_to_decorator/test_flask/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4473739dc9ab269d847df59cba535450be859da745a80544ba73aa4035e8acc5 -size 1788 diff --git a/tests/integration/codemod/canonical/convert_comments_to_JSDoc_style/test_vite/expected_diff.patch b/tests/integration/codemod/canonical/convert_comments_to_JSDoc_style/test_vite/expected_diff.patch deleted file mode 100644 index 60a32dd99..000000000 --- a/tests/integration/codemod/canonical/convert_comments_to_JSDoc_style/test_vite/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c5ce71cc8a893f6eb0401c07757fa1848cf3d409bb7c8dfeffaf684bc400a84 -size 11552 diff --git a/tests/integration/codemod/canonical/convert_comments_to_JSDoc_style/test_vscode/expected_diff.patch b/tests/integration/codemod/canonical/convert_comments_to_JSDoc_style/test_vscode/expected_diff.patch deleted file mode 100644 index 09a0334e8..000000000 --- a/tests/integration/codemod/canonical/convert_comments_to_JSDoc_style/test_vscode/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b31b390a3201f6fb24c81895c7e94cd52331881983584b58c3eecbd464ced88 -size 45268 diff --git a/tests/integration/codemod/canonical/convert_docstring_to_google_style/test_django/expected_diff.patch b/tests/integration/codemod/canonical/convert_docstring_to_google_style/test_django/expected_diff.patch deleted file mode 100644 index 718e1ee32..000000000 --- a/tests/integration/codemod/canonical/convert_docstring_to_google_style/test_django/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7338902c56c6ccfead62c3f8f3c848f9adbd4768b5c0f8bf3e2e554361894059 -size 351698 diff --git a/tests/integration/codemod/canonical/convert_docstring_to_google_style/test_requests-oauthlib/expected_diff.patch b/tests/integration/codemod/canonical/convert_docstring_to_google_style/test_requests-oauthlib/expected_diff.patch deleted file mode 100644 index 1666b98ac..000000000 --- a/tests/integration/codemod/canonical/convert_docstring_to_google_style/test_requests-oauthlib/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:013a1fee44895b654ee7305c06644b0a196a021a99c4390eeda74bb1770ae613 -size 549 diff --git a/tests/integration/codemod/canonical/delete_unused_functions/test_papermark/expected_diff.patch b/tests/integration/codemod/canonical/delete_unused_functions/test_papermark/expected_diff.patch deleted file mode 100644 index c0d574c78..000000000 --- a/tests/integration/codemod/canonical/delete_unused_functions/test_papermark/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8c014f463fbe4693eff549b09a76b3e3047d5b2f9f884bcda5e037a1b05d773 -size 780 diff --git a/tests/integration/codemod/canonical/delete_unused_functions/test_plone/expected_diff.patch b/tests/integration/codemod/canonical/delete_unused_functions/test_plone/expected_diff.patch deleted file mode 100644 index 6cd28c125..000000000 --- a/tests/integration/codemod/canonical/delete_unused_functions/test_plone/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2864ec0fd901a7ae97f9fe20da2fb81b857992e9342718f491bceadfeec348f6 -size 50913 diff --git a/tests/integration/codemod/canonical/delete_unused_functions/test_vscode/expected_diff.patch b/tests/integration/codemod/canonical/delete_unused_functions/test_vscode/expected_diff.patch deleted file mode 100644 index 611a3311f..000000000 --- a/tests/integration/codemod/canonical/delete_unused_functions/test_vscode/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9535ef041039792b753bb582ba97bba87f8b2fc8828d287ad7dda26ae6af35f6 -size 177068 diff --git a/tests/integration/codemod/canonical/emojify_py_files_codemod/test_codegen/expected_diff.patch b/tests/integration/codemod/canonical/emojify_py_files_codemod/test_codegen/expected_diff.patch deleted file mode 100644 index 5c3edc1bc..000000000 --- a/tests/integration/codemod/canonical/emojify_py_files_codemod/test_codegen/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:063757534d4865f17c90c4fc70e80415a051367e46816b42d662cf5c277642a7 -size 695213 diff --git a/tests/integration/codemod/canonical/emojify_py_files_codemod/test_vscode/expected_diff.patch b/tests/integration/codemod/canonical/emojify_py_files_codemod/test_vscode/expected_diff.patch deleted file mode 100644 index 4d73b7d01..000000000 --- a/tests/integration/codemod/canonical/emojify_py_files_codemod/test_vscode/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e9ba3c3d6c299ed790f2536b1209fb6f980bf61089cb8ca8dea0fc9d451dae7d -size 3320099 diff --git a/tests/integration/codemod/canonical/enum_mover/test_hass/expected_diff.patch b/tests/integration/codemod/canonical/enum_mover/test_hass/expected_diff.patch deleted file mode 100644 index b15f0bc3e..000000000 --- a/tests/integration/codemod/canonical/enum_mover/test_hass/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0dc4f0ae8692df4b8d499c1b763c066c7377c2f90625575ec11380f86c3dace0 -size 939756 diff --git a/tests/integration/codemod/canonical/enum_mover/test_mypy/expected_diff.patch b/tests/integration/codemod/canonical/enum_mover/test_mypy/expected_diff.patch deleted file mode 100644 index 49634d174..000000000 --- a/tests/integration/codemod/canonical/enum_mover/test_mypy/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5743e600e9b98ea5d6d9197f1fc6ed27c1b6e57898694ba5315d32a369f1f72b -size 83744 diff --git a/tests/integration/codemod/canonical/insert_arguments_to_decorator/test_codegen/expected_diff.patch b/tests/integration/codemod/canonical/insert_arguments_to_decorator/test_codegen/expected_diff.patch deleted file mode 100644 index 7d6eadf8a..000000000 --- a/tests/integration/codemod/canonical/insert_arguments_to_decorator/test_codegen/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5328bc357ec94319c106c672008635e7330f4b13c0a1dc25b8e9e8c9f2189529 -size 17514 diff --git a/tests/integration/codemod/canonical/js_to_esm_codemod/test_deno_rest/expected_diff.patch b/tests/integration/codemod/canonical/js_to_esm_codemod/test_deno_rest/expected_diff.patch deleted file mode 100644 index ef0407d32..000000000 --- a/tests/integration/codemod/canonical/js_to_esm_codemod/test_deno_rest/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:982a9bb986ce1fd961ffff5b78ae77609c4685a7e970d101c0ce169f34a86852 -size 613 diff --git a/tests/integration/codemod/canonical/js_to_esm_codemod/test_jchat/expected_diff.patch b/tests/integration/codemod/canonical/js_to_esm_codemod/test_jchat/expected_diff.patch deleted file mode 100644 index 50d4641bb..000000000 --- a/tests/integration/codemod/canonical/js_to_esm_codemod/test_jchat/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0dfb6cd77e8b4bf92800e22f3653963445bce430e609079ed03d30f2ac65b867 -size 3380 diff --git a/tests/integration/codemod/canonical/mark_as_internal_codemod/ignore_test_mypy/expected_diff.patch b/tests/integration/codemod/canonical/mark_as_internal_codemod/ignore_test_mypy/expected_diff.patch deleted file mode 100644 index fd31c5eea..000000000 --- a/tests/integration/codemod/canonical/mark_as_internal_codemod/ignore_test_mypy/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:632fc6dad5efddeda4d628665ebf24bdcde68ca34d30c780f095b4437533f7a5 -size 548360 diff --git a/tests/integration/codemod/canonical/mark_as_internal_codemod/test_vscode/expected_diff.patch b/tests/integration/codemod/canonical/mark_as_internal_codemod/test_vscode/expected_diff.patch deleted file mode 100644 index 15c1108a0..000000000 --- a/tests/integration/codemod/canonical/mark_as_internal_codemod/test_vscode/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16bdfd217aa057da81a88d387efcceb9ae37b617f73ff6d6c931e930ab87dd1e -size 569857 diff --git a/tests/integration/codemod/canonical/mark_internal_to_module/test_codegen/expected_diff.patch b/tests/integration/codemod/canonical/mark_internal_to_module/test_codegen/expected_diff.patch deleted file mode 100644 index 185b24417..000000000 --- a/tests/integration/codemod/canonical/mark_internal_to_module/test_codegen/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bdb2694ca61bbe9bf36629bdbc7bd6fdffdb8962a5c786fd387ec1055d94ba73 -size 641057 diff --git a/tests/integration/codemod/canonical/mark_internal_to_module/test_vscode/expected_diff.patch b/tests/integration/codemod/canonical/mark_internal_to_module/test_vscode/expected_diff.patch deleted file mode 100644 index 92cebe0c1..000000000 --- a/tests/integration/codemod/canonical/mark_internal_to_module/test_vscode/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76be39fbce63ee78568c5d831b9db0aef0127d106ab37e515bac971a2b3f54b7 -size 33745 diff --git a/tests/integration/codemod/canonical/mark_is_boolean/test_nest/expected_diff.patch b/tests/integration/codemod/canonical/mark_is_boolean/test_nest/expected_diff.patch deleted file mode 100644 index cc97573ed..000000000 --- a/tests/integration/codemod/canonical/mark_is_boolean/test_nest/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:166769e509c65af04010cace8230581877e96a6c265949ea6453b21ce9eb9c47 -size 1676 diff --git a/tests/integration/codemod/canonical/mark_is_boolean/test_vscode/expected_diff.patch b/tests/integration/codemod/canonical/mark_is_boolean/test_vscode/expected_diff.patch deleted file mode 100644 index 2e70da407..000000000 --- a/tests/integration/codemod/canonical/mark_is_boolean/test_vscode/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:628aea01dbba4a4e98ae4288817eb4af8829f78370c8e2d174d97db36b9a8be3 -size 435873 diff --git a/tests/integration/codemod/canonical/migrate_class_attributes/test_plone/expected_diff.patch b/tests/integration/codemod/canonical/migrate_class_attributes/test_plone/expected_diff.patch deleted file mode 100644 index 7e10d8edc..000000000 --- a/tests/integration/codemod/canonical/migrate_class_attributes/test_plone/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8faee21a12083c996296868a56fe1f8251896f4d46ca1f83a7eea01f2f016650 -size 2946 diff --git a/tests/integration/codemod/canonical/move_enums_codemod/test_codegen/expected_diff.patch b/tests/integration/codemod/canonical/move_enums_codemod/test_codegen/expected_diff.patch deleted file mode 100644 index 460fb3363..000000000 --- a/tests/integration/codemod/canonical/move_enums_codemod/test_codegen/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65688954ea77c400d00719a373a8b2cb29d9bfbd22e4c7bd3e781d28c7d092ce -size 51270 diff --git a/tests/integration/codemod/canonical/move_enums_codemod/test_hass/expected_diff.patch b/tests/integration/codemod/canonical/move_enums_codemod/test_hass/expected_diff.patch deleted file mode 100644 index 3202c41fc..000000000 --- a/tests/integration/codemod/canonical/move_enums_codemod/test_hass/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4b749ba8e1f9c852b7dcb3a95f7baab8929ffe2aeacdd55090cfa6beba855719 -size 60575 diff --git a/tests/integration/codemod/canonical/openapi_no_reference_request/test_codegen/expected_diff.patch b/tests/integration/codemod/canonical/openapi_no_reference_request/test_codegen/expected_diff.patch deleted file mode 100644 index 5dd0889db..000000000 --- a/tests/integration/codemod/canonical/openapi_no_reference_request/test_codegen/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c43b1b17f5f10fdfa9c42c7b5816da60904699f29018d0da40efff14e1c2af82 -size 4842 diff --git a/tests/integration/codemod/canonical/pascal_case_symbols/test_nest/expected_diff.patch b/tests/integration/codemod/canonical/pascal_case_symbols/test_nest/expected_diff.patch deleted file mode 100644 index 877f2534f..000000000 --- a/tests/integration/codemod/canonical/pascal_case_symbols/test_nest/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c2115e1b63e447066d059d802a01b7b1a4983912853568285d69f144ccf09445 -size 878 diff --git a/tests/integration/codemod/canonical/pascal_case_symbols/test_vscode/expected_diff.patch b/tests/integration/codemod/canonical/pascal_case_symbols/test_vscode/expected_diff.patch deleted file mode 100644 index 19440cbb0..000000000 --- a/tests/integration/codemod/canonical/pascal_case_symbols/test_vscode/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47da9b57c8929dbfa668f71f60838b10b5b6cba794bfff83ba30042cd861c2cb -size 13867 diff --git a/tests/integration/codemod/canonical/pivot_return_types/test_hass/expected_diff.patch b/tests/integration/codemod/canonical/pivot_return_types/test_hass/expected_diff.patch deleted file mode 100644 index e19a04834..000000000 --- a/tests/integration/codemod/canonical/pivot_return_types/test_hass/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:822b81cbd9ef594da03867ab9b3caeaa8f61519ff24d6649e072778c9aca2480 -size 512366 diff --git a/tests/integration/codemod/canonical/pivot_return_types/test_pylsp/expected_diff.patch b/tests/integration/codemod/canonical/pivot_return_types/test_pylsp/expected_diff.patch deleted file mode 100644 index d4e112146..000000000 --- a/tests/integration/codemod/canonical/pivot_return_types/test_pylsp/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69f57f737389ec4410fa0f01af0ceeba74340f61e3408b5931d7add841fa7803 -size 5240 diff --git a/tests/integration/codemod/canonical/refactor_react_components_into_separate_files/test_codegen_frontend/expected_diff.patch b/tests/integration/codemod/canonical/refactor_react_components_into_separate_files/test_codegen_frontend/expected_diff.patch deleted file mode 100644 index c9b64c7e1..000000000 --- a/tests/integration/codemod/canonical/refactor_react_components_into_separate_files/test_codegen_frontend/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d655b56b3afe09d288d9630293866bd89ccbace58c7bd43b13683da22c875c0a -size 71802 diff --git a/tests/integration/codemod/canonical/remove_indirect_imports/test_plone/expected_diff.patch b/tests/integration/codemod/canonical/remove_indirect_imports/test_plone/expected_diff.patch deleted file mode 100644 index f5199c1b9..000000000 --- a/tests/integration/codemod/canonical/remove_indirect_imports/test_plone/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a89c99715b3ef744de5f7574d1d3fe0694316fe69edb804380fb2a259db1407d -size 1472 diff --git a/tests/integration/codemod/canonical/rename_function_parameters/test_plone/expected_diff.patch b/tests/integration/codemod/canonical/rename_function_parameters/test_plone/expected_diff.patch deleted file mode 100644 index cde1954ca..000000000 --- a/tests/integration/codemod/canonical/rename_function_parameters/test_plone/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ff885a66db0bbfbf07670402dfa3327647af521dab4e9ec05b9653652896e19b -size 16300 diff --git a/tests/integration/codemod/canonical/rename_local_variables/test_pylsp/expected_diff.patch b/tests/integration/codemod/canonical/rename_local_variables/test_pylsp/expected_diff.patch deleted file mode 100644 index 790272998..000000000 --- a/tests/integration/codemod/canonical/rename_local_variables/test_pylsp/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4475be7e2b7af0d62890e0a1b05a33239931a734896542e60d2aa37b27f8aff -size 34479 diff --git a/tests/integration/codemod/canonical/replace_prop_values/test_remix_run_examples/expected_diff.patch b/tests/integration/codemod/canonical/replace_prop_values/test_remix_run_examples/expected_diff.patch deleted file mode 100644 index f417807b6..000000000 --- a/tests/integration/codemod/canonical/replace_prop_values/test_remix_run_examples/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d8739db829cadf27b77227a05a845137a86880f28fcef9dbc63b4a3d5eec8afb -size 4168 diff --git a/tests/integration/codemod/canonical/return_none_type_annotation/test_hass/expected_diff.patch b/tests/integration/codemod/canonical/return_none_type_annotation/test_hass/expected_diff.patch deleted file mode 100644 index 334ece7e6..000000000 --- a/tests/integration/codemod/canonical/return_none_type_annotation/test_hass/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd4d05095397e5606ccca566b9a19428857742c0981cdaf54765f7e2c5b426ec -size 1504573 diff --git a/tests/integration/codemod/canonical/return_none_type_annotation/test_redash/expected_diff.patch b/tests/integration/codemod/canonical/return_none_type_annotation/test_redash/expected_diff.patch deleted file mode 100644 index 0afd8f3f7..000000000 --- a/tests/integration/codemod/canonical/return_none_type_annotation/test_redash/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d2b8b8735e8a7bb803fea62ff723a52c9cf9c2346e09e5fd5057f8874b359226 -size 477872 diff --git a/tests/integration/codemod/canonical/split_decorators/test_redash/expected_diff.patch b/tests/integration/codemod/canonical/split_decorators/test_redash/expected_diff.patch deleted file mode 100644 index 8b62467d1..000000000 --- a/tests/integration/codemod/canonical/split_decorators/test_redash/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:437bc16b4ecf24506381a29a70a0f48b75cca1b8150d518bd0ba5505f7a1cc8b -size 10066 diff --git a/tests/integration/codemod/canonical/split_file/test_sqlglot/expected_diff.patch b/tests/integration/codemod/canonical/split_file/test_sqlglot/expected_diff.patch deleted file mode 100644 index 34027c467..000000000 --- a/tests/integration/codemod/canonical/split_file/test_sqlglot/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df1b3d6d1102bafbbe8c56605f61443bf148b61db2109da53b80fff5f79641af -size 2460 diff --git a/tests/integration/codemod/canonical/split_file_and_rename_symbols/test_redash/expected_diff.patch b/tests/integration/codemod/canonical/split_file_and_rename_symbols/test_redash/expected_diff.patch deleted file mode 100644 index 8f6950af9..000000000 --- a/tests/integration/codemod/canonical/split_file_and_rename_symbols/test_redash/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eecfa23b27824b0bf99a3ce68aa4cc7c9a520b23f246295574975ff32e4a798d -size 6184 diff --git a/tests/integration/codemod/canonical/sqlalchemy_mapped_types/test_redash/expected_diff.patch b/tests/integration/codemod/canonical/sqlalchemy_mapped_types/test_redash/expected_diff.patch deleted file mode 100644 index 9bd4a008a..000000000 --- a/tests/integration/codemod/canonical/sqlalchemy_mapped_types/test_redash/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:76396e87a3ed9fd154969a3a77dbad8b156c66e5b9f5d8c434f40cc97b3681fe -size 16533 diff --git a/tests/integration/codemod/canonical/swap_call_site_imports/test_redash/expected_diff.patch b/tests/integration/codemod/canonical/swap_call_site_imports/test_redash/expected_diff.patch deleted file mode 100644 index fe409f9e7..000000000 --- a/tests/integration/codemod/canonical/swap_call_site_imports/test_redash/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9eac96eeaba86b65aa13de9d54a953bc1c4388aab8c9c262185c24288f2bd430 -size 1126 diff --git a/tests/integration/codemod/canonical/swap_class_attribute_usages/test_graphrag/expected_diff.patch b/tests/integration/codemod/canonical/swap_class_attribute_usages/test_graphrag/expected_diff.patch deleted file mode 100644 index aac4dd57e..000000000 --- a/tests/integration/codemod/canonical/swap_class_attribute_usages/test_graphrag/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ecaaf98a548af23aa13e685269ee330cc22466cbf49c6a1e488e1d602734108 -size 15490 diff --git a/tests/integration/codemod/canonical/update_optional_type_annotations/test_codegen/expected_diff.patch b/tests/integration/codemod/canonical/update_optional_type_annotations/test_codegen/expected_diff.patch deleted file mode 100644 index a5764f3c2..000000000 --- a/tests/integration/codemod/canonical/update_optional_type_annotations/test_codegen/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5b876a5c8c33668765548f27409bed546453fe476ba5e89c2e6cb7046eadb7eb -size 13609 diff --git a/tests/integration/codemod/canonical/update_optional_type_annotations/test_transformers/expected_diff.patch b/tests/integration/codemod/canonical/update_optional_type_annotations/test_transformers/expected_diff.patch deleted file mode 100644 index 2c7061a11..000000000 --- a/tests/integration/codemod/canonical/update_optional_type_annotations/test_transformers/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:769b614efdc05fdf0311687965898940ce13661efdb89d769861692bea413d6d -size 4017772 diff --git a/tests/integration/codemod/canonical/update_union_types/test_fastapi/expected_diff.patch b/tests/integration/codemod/canonical/update_union_types/test_fastapi/expected_diff.patch deleted file mode 100644 index 4116656a1..000000000 --- a/tests/integration/codemod/canonical/update_union_types/test_fastapi/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5405730ec0261af090c22a3a99aafa6ac0416e755869c67b77cef60e25b46bc0 -size 232414 diff --git a/tests/integration/codemod/canonical/use_named_kwargs/test_pylsp/expected_diff.patch b/tests/integration/codemod/canonical/use_named_kwargs/test_pylsp/expected_diff.patch deleted file mode 100644 index 39e1be1e9..000000000 --- a/tests/integration/codemod/canonical/use_named_kwargs/test_pylsp/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5236067a2c92cd005e752b83834a5add1f524811d10813988cf332c1f03504ed -size 124157 diff --git a/tests/integration/codemod/canonical/use_named_kwargs/test_transformers/expected_diff.patch b/tests/integration/codemod/canonical/use_named_kwargs/test_transformers/expected_diff.patch deleted file mode 100644 index f41bcb368..000000000 --- a/tests/integration/codemod/canonical/use_named_kwargs/test_transformers/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4a96e6db0c79ae72ab61b5329606bbf0c5c25c7970b43e9c05dc8f6fed647f0 -size 1317343 diff --git a/tests/integration/codemod/canonical/wrap_with_component/test_virtual_coffee/expected_diff.patch b/tests/integration/codemod/canonical/wrap_with_component/test_virtual_coffee/expected_diff.patch deleted file mode 100644 index e8caca0af..000000000 --- a/tests/integration/codemod/canonical/wrap_with_component/test_virtual_coffee/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1fba03e630d3bcaace8a3aba7f6b560662c1a6f681822b7d9be7862ffd6d45c -size 18485 diff --git a/tests/integration/codemod/canonical/wrap_with_statement/test_hass/expected_diff.patch b/tests/integration/codemod/canonical/wrap_with_statement/test_hass/expected_diff.patch deleted file mode 100644 index d5c7e8788..000000000 --- a/tests/integration/codemod/canonical/wrap_with_statement/test_hass/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e3bcb5ffdd2883be38dc862b950670b6994c75fb6a88b0786da7e3fdfaaad3f -size 3663401 diff --git a/tests/integration/codemod/canonical/wrap_with_statement/test_redash/expected_diff.patch b/tests/integration/codemod/canonical/wrap_with_statement/test_redash/expected_diff.patch deleted file mode 100644 index 17b94988a..000000000 --- a/tests/integration/codemod/canonical/wrap_with_statement/test_redash/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:de237fe5c3e816ff998fcd56ebb47e9149782e6ff06908fd5bc08e8423e09a9f -size 51454 diff --git a/tests/integration/codemod/canonical/wrap_with_use_callback/test_remix_run_examples/expected_diff.patch b/tests/integration/codemod/canonical/wrap_with_use_callback/test_remix_run_examples/expected_diff.patch deleted file mode 100644 index 118680daa..000000000 --- a/tests/integration/codemod/canonical/wrap_with_use_callback/test_remix_run_examples/expected_diff.patch +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca5cbbb5ce39b58ad9f69f9e8aae837d169c67ab413a40fc01733994a657051a -size 3882 diff --git a/tests/integration/codemod/repos/extra/1.json b/tests/integration/codemod/repos/extra/1.json deleted file mode 100644 index 21584c857..000000000 --- a/tests/integration/codemod/repos/extra/1.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:470a4d56ce63570f07eefa11da83920ec5a66046de136d03de8fdb638b35a3fe -size 290 diff --git a/tests/integration/codemod/repos/extra/2.json b/tests/integration/codemod/repos/extra/2.json deleted file mode 100644 index 45e6cb948..000000000 --- a/tests/integration/codemod/repos/extra/2.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:da311d8a6c493533af782f5ccb3a2a65ea3921fb66040e7f996731c2312c7c57 -size 301 diff --git a/tests/integration/codemod/repos/extra/3.json b/tests/integration/codemod/repos/extra/3.json deleted file mode 100644 index 5e888f2e5..000000000 --- a/tests/integration/codemod/repos/extra/3.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:878a3951f69a35b93db0ff2401a710508e3dcd5fe20f39db869adc958600cfc9 -size 301 diff --git a/tests/integration/codemod/repos/extra/4.json b/tests/integration/codemod/repos/extra/4.json deleted file mode 100644 index d52f1ba1f..000000000 --- a/tests/integration/codemod/repos/extra/4.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99cedc3b2973baa9da94475b3538498616ad1c300b59f97f6832eeeae504f772 -size 212 diff --git a/tests/integration/codemod/repos/extra/5.json b/tests/integration/codemod/repos/extra/5.json deleted file mode 100644 index c02871679..000000000 --- a/tests/integration/codemod/repos/extra/5.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88284057d7ffda15cc1200b4e773008e22a56111ef9c01cde0d53bc0803a8b03 -size 305 diff --git a/tests/integration/codemod/repos/extra/6.json b/tests/integration/codemod/repos/extra/6.json deleted file mode 100644 index 92ae1f881..000000000 --- a/tests/integration/codemod/repos/extra/6.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3c6405825cde2cbc605d4bd2fcb4559b5f012383aa0756a1267b2868fd1ec2b9 -size 295 diff --git a/tests/integration/codemod/repos/extra/7.json b/tests/integration/codemod/repos/extra/7.json deleted file mode 100644 index 1dd8f9dc8..000000000 --- a/tests/integration/codemod/repos/extra/7.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4fe7dd75eb10b346dcef9aa8bb8b4d78e241fd02f5fa48f5f15cedead91173fa -size 216 diff --git a/tests/integration/codemod/repos/extra/8.json b/tests/integration/codemod/repos/extra/8.json deleted file mode 100644 index d0a706266..000000000 --- a/tests/integration/codemod/repos/extra/8.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:95e290c321c61c927ccf384b72a1faa093534be47f49547d56556f690e96b11c -size 282 diff --git a/tests/integration/codemod/repos/repos.json b/tests/integration/codemod/repos/repos.json index 953c4d2a1..b2af4c125 100644 --- a/tests/integration/codemod/repos/repos.json +++ b/tests/integration/codemod/repos/repos.json @@ -1,3 +1 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f07a7969b35f6dce42cf2414d45406a805a2224dac70535a98b94b458ad29d1d -size 1339 +{ "testing": "testing" } diff --git a/tests/integration/verified_codemods/codemod_data/MTIwNTFlOT.json b/tests/integration/verified_codemods/codemod_data/MTIwNTFlOT.json deleted file mode 100644 index ac73b22ec..000000000 --- a/tests/integration/verified_codemods/codemod_data/MTIwNTFlOT.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:61674f9986d074c09ca5f01cee21df085808267f65df1a25bf28b11583b452e3 -size 13664 diff --git a/tests/integration/verified_codemods/codemod_data/MmI0ZGE5ND.json b/tests/integration/verified_codemods/codemod_data/MmI0ZGE5ND.json deleted file mode 100644 index 5a63fec9b..000000000 --- a/tests/integration/verified_codemods/codemod_data/MmI0ZGE5ND.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1f3dff928706ff0921628456c66a55be9b7c35871a8a24969cf29bf1cb49ad77 -size 2445 diff --git a/tests/integration/verified_codemods/codemod_data/MmY3NGQ2Mm.json b/tests/integration/verified_codemods/codemod_data/MmY3NGQ2Mm.json deleted file mode 100644 index 2b27be28f..000000000 --- a/tests/integration/verified_codemods/codemod_data/MmY3NGQ2Mm.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eb142767c50a7c1858f24ceef3b7fc35b3b9ba98a8ef4021fdd25179547a1dba -size 373535 diff --git a/tests/integration/verified_codemods/codemod_data/MzEzYzkzOG.json b/tests/integration/verified_codemods/codemod_data/MzEzYzkzOG.json deleted file mode 100644 index 85402bff8..000000000 --- a/tests/integration/verified_codemods/codemod_data/MzEzYzkzOG.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1e6048c195ea71474dd4da85014b81bdafe00422bb92adfe1e66d3f917fdaaec -size 41363 diff --git a/tests/integration/verified_codemods/codemod_data/N2IyYzIxZW.json b/tests/integration/verified_codemods/codemod_data/N2IyYzIxZW.json deleted file mode 100644 index 3c7c898cb..000000000 --- a/tests/integration/verified_codemods/codemod_data/N2IyYzIxZW.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4e26881a59ced8505c4456488fe1cf97ae5e8163f92cf56a7bde6d3263533994 -size 546254 diff --git a/tests/integration/verified_codemods/codemod_data/N2Q3MTc5Yz.json b/tests/integration/verified_codemods/codemod_data/N2Q3MTc5Yz.json deleted file mode 100644 index c8dc27283..000000000 --- a/tests/integration/verified_codemods/codemod_data/N2Q3MTc5Yz.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c194f5d5bc069f703ae10598dce5a3a6b85c8de2df0970b93184558478b9da5 -size 777189 diff --git a/tests/integration/verified_codemods/codemod_data/NDYyMWMxZD.json b/tests/integration/verified_codemods/codemod_data/NDYyMWMxZD.json deleted file mode 100644 index 2e9954ba4..000000000 --- a/tests/integration/verified_codemods/codemod_data/NDYyMWMxZD.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fdab7e5b17582282bc779b43c9442670c7ea7a16c23946675178fb402c3337e8 -size 2392123 diff --git a/tests/integration/verified_codemods/codemod_data/NGQwMTk4Zj.json b/tests/integration/verified_codemods/codemod_data/NGQwMTk4Zj.json deleted file mode 100644 index c252b19eb..000000000 --- a/tests/integration/verified_codemods/codemod_data/NGQwMTk4Zj.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:afaa34b8a9ef71a3be44cb7ec7dae6e7dec86b7a4413389c549441719b2a5141 -size 11548 diff --git a/tests/integration/verified_codemods/codemod_data/NTEwNTRiOG.json b/tests/integration/verified_codemods/codemod_data/NTEwNTRiOG.json deleted file mode 100644 index e4bea354f..000000000 --- a/tests/integration/verified_codemods/codemod_data/NTEwNTRiOG.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eda785ec6572a848507ea6a6f1b2e35fa9333bbe4f33cace92a159d3e7d024d4 -size 3454 diff --git a/tests/integration/verified_codemods/codemod_data/NTI4M2YxYj.json b/tests/integration/verified_codemods/codemod_data/NTI4M2YxYj.json deleted file mode 100644 index 110bfe8c6..000000000 --- a/tests/integration/verified_codemods/codemod_data/NTI4M2YxYj.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:faa467fe4d06bfda7b86f6c5680a031b32d49985355d28b0de777a3c83ddda13 -size 1190242 diff --git a/tests/integration/verified_codemods/codemod_data/ODlhYTFlNT.json b/tests/integration/verified_codemods/codemod_data/ODlhYTFlNT.json deleted file mode 100644 index 3d58c1230..000000000 --- a/tests/integration/verified_codemods/codemod_data/ODlhYTFlNT.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f5b32996de9732c2a430928eebf4cacecee43e81164504e9861b6b5abdbd988 -size 4988320 diff --git a/tests/integration/verified_codemods/codemod_data/OGRmZDEzZj.json b/tests/integration/verified_codemods/codemod_data/OGRmZDEzZj.json deleted file mode 100644 index d13c3362b..000000000 --- a/tests/integration/verified_codemods/codemod_data/OGRmZDEzZj.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c45663b5d3991d39b03fbe3fef3f2815420d18ba86a358d91f2ddd59de7d2e9 -size 43766 diff --git a/tests/integration/verified_codemods/codemod_data/OTNjMzc1NW.json b/tests/integration/verified_codemods/codemod_data/OTNjMzc1NW.json deleted file mode 100644 index 2b7e1c311..000000000 --- a/tests/integration/verified_codemods/codemod_data/OTNjMzc1NW.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74a0d96009ef12c3eed869973ff082a324e88b758f5d700f09200017401e542f -size 109319 diff --git a/tests/integration/verified_codemods/codemod_data/YTY2NWE0NT.json b/tests/integration/verified_codemods/codemod_data/YTY2NWE0NT.json deleted file mode 100644 index ad0532bb1..000000000 --- a/tests/integration/verified_codemods/codemod_data/YTY2NWE0NT.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c7adb21bd213dfec5311ea1d1e9426b41fd410fbe7a7ba2b3029dcb40b67f7ec -size 15513609 diff --git a/tests/integration/verified_codemods/codemod_data/YWU0ZGVmMW.json b/tests/integration/verified_codemods/codemod_data/YWU0ZGVmMW.json deleted file mode 100644 index 835209a15..000000000 --- a/tests/integration/verified_codemods/codemod_data/YWU0ZGVmMW.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bea4272c0fc270358c2c854615f23e51f4fd5d3c54c6ee9f993a1fe7c50eebc8 -size 26485 diff --git a/tests/integration/verified_codemods/codemod_data/YjRiYmU0ND.json b/tests/integration/verified_codemods/codemod_data/YjRiYmU0ND.json deleted file mode 100644 index 388823f1f..000000000 --- a/tests/integration/verified_codemods/codemod_data/YjRiYmU0ND.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:82aa10c6d8bcbdb591354ae616b8450e839e04a3365825312503ce8f71a1aa1e -size 93660 diff --git a/tests/integration/verified_codemods/codemod_data/YmUxNzIyYj.json b/tests/integration/verified_codemods/codemod_data/YmUxNzIyYj.json deleted file mode 100644 index 0031d1d91..000000000 --- a/tests/integration/verified_codemods/codemod_data/YmUxNzIyYj.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec3db029213b01f8eac6b35f5ec6642b75724c1f5892b20237dad2d847704889 -size 2279 diff --git a/tests/integration/verified_codemods/codemod_data/ZDFjNzhjOW.json b/tests/integration/verified_codemods/codemod_data/ZDFjNzhjOW.json deleted file mode 100644 index 4f04c51d1..000000000 --- a/tests/integration/verified_codemods/codemod_data/ZDFjNzhjOW.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d899706ef5cad018b09f8aa921939de05af4946c8809524fd00e94f34cd1186 -size 783885 diff --git a/tests/integration/verified_codemods/codemod_data/ZGYxNTZlOD.json b/tests/integration/verified_codemods/codemod_data/ZGYxNTZlOD.json deleted file mode 100644 index f94737881..000000000 --- a/tests/integration/verified_codemods/codemod_data/ZGYxNTZlOD.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf7fb8bc194041ad0065b875a8f69fb3df21bcc9cc20380d03950c7e0b688cc2 -size 11259 diff --git a/tests/integration/verified_codemods/codemod_data/ZjUzZjJmYj.json b/tests/integration/verified_codemods/codemod_data/ZjUzZjJmYj.json deleted file mode 100644 index 6baae8da8..000000000 --- a/tests/integration/verified_codemods/codemod_data/ZjUzZjJmYj.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60eae5082bf0a98125a25fc144e6b78512389033b79226a0a2f642e0568b4bf8 -size 23439 diff --git a/tests/integration/verified_codemods/codemod_data/ZmQwZjdlNT.json b/tests/integration/verified_codemods/codemod_data/ZmQwZjdlNT.json deleted file mode 100644 index a532136ec..000000000 --- a/tests/integration/verified_codemods/codemod_data/ZmQwZjdlNT.json +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b1f4735e1463ed0666b26ce2f35b63bb9b4d4fc2f9ec183db16a0b6bf4eddaf6 -size 5350