uv/scripts
David Peter b50c1be100
Only add actual schema in schemastore PRs (#16346)
## Summary

Last time I ran the `update_schemastore.py` script in ty, due to what I
assume was a `npm` version mismatch, the `package-lock.json` file was
updated while running `npm install` in the `schemastore`. Due to the use
of `git commit -a`, it was accidentally included in the commit for the
semi-automated schemastore PR. The solution here is to only add the
actual file that we want to commit.

Same as https://github.com/astral-sh/ty/pull/1391

## Test Plan

I did a dry-run of this script (by commenting out the final `push`) and
verified that the commit did include the schema, but not the updated
`package-lock.json` file.
2025-10-17 19:35:53 +00:00
..
benchmark Upgrade to the latest Ruff version (#10433) 2025-01-09 10:47:25 -05:00
links Ignore origin when comparing installed tools (#16055) 2025-09-29 17:23:18 +00:00
packages Bump version to 0.9.0 (#16161) 2025-10-07 23:17:42 +00:00
popular_packages Update top-pypi-packages filename (#11959) 2025-03-04 18:23:02 -05:00
publish Add test case for uv auth login in publish integration tests (#15592) 2025-09-02 13:16:52 -05:00
requirements Add second apache airflow test case (#10463) 2025-01-10 15:42:03 +01:00
scenarios packse: Use our own rendering exclusively, and use pylock.toml (#15796) 2025-09-16 15:25:11 +02:00
smoke-test Add --version to smoke tests (#12516) 2025-03-27 20:45:25 +00:00
workspaces Fix Ruff linting (#14111) 2025-06-17 17:28:23 +00:00
check_cache_compat.py Set absolute URLs prior to uploading to PyPI (#5038) 2024-07-13 17:29:21 +00:00
check_embedded_python.py Set absolute URLs prior to uploading to PyPI (#5038) 2024-07-13 17:29:21 +00:00
check_registry.py Install and remove managed Python to and from the Windows Registry (PEP 514) (#10634) 2025-01-23 14:13:41 +00:00
check_system_python.py Display sys.executable names in check system jobs (#14656) 2025-07-16 09:17:01 -05:00
create-python-mirror.py Add additional version filter to mirror script. (#10055) 2024-12-20 12:50:59 -06:00
registries-test.py Add case for uv auth login in registry integration tests (#15593) 2025-09-02 13:16:52 -05:00
release.sh Upgrade rooster to v0.1.0 (#16025) 2025-09-25 09:11:04 -05:00
reverse-changelog.py Reverse and format the archived changelogs (#12099) 2025-03-12 11:58:51 -05:00
sync_scenarios.sh packse: Use our own rendering exclusively, and use pylock.toml (#15796) 2025-09-16 15:25:11 +02:00
transform_readme.py Fix Ruff linting (#14111) 2025-06-17 17:28:23 +00:00
update_schemastore.py Only add actual schema in schemastore PRs (#16346) 2025-10-17 19:35:53 +00:00
uv-run-remote-script-test.py Pin rich==13.7.1 for --exclude-newer in tests (#7713) 2024-09-26 11:54:50 -04:00