Skip to content

Commit scripts/uv.lock#25517

Merged
AlexWaygood merged 1 commit into
mainfrom
alex/add-scripts-lock
Jun 1, 2026
Merged

Commit scripts/uv.lock#25517
AlexWaygood merged 1 commit into
mainfrom
alex/add-scripts-lock

Conversation

@AlexWaygood
Copy link
Copy Markdown
Member

Summary

Some of the scripts in this directory are standalone PEP-723 scripts, but other scripts in this directory depend on the dependencies in scripts/pyproject.toml being installed. If you run any of these scripts with uv run, uv creates a scripts/uv.lock file, but we haven't committed it up till now. We probably should, for reproducibility and security apart from anything else. It also makes life less confusing for agents, which are often perturbed by generated files unexpectedly popping up locally.

@AlexWaygood AlexWaygood added the internal An internal refactor or improvement label Jun 1, 2026
@astral-sh-bot
Copy link
Copy Markdown

astral-sh-bot Bot commented Jun 1, 2026

ruff-ecosystem results

Linter (stable)

✅ ecosystem check detected no linter changes.

Linter (preview)

✅ ecosystem check detected no linter changes.

Formatter (stable)

✅ ecosystem check detected no format changes.

Formatter (preview)

✅ ecosystem check detected no format changes.

@AlexWaygood AlexWaygood merged commit a6ad57f into main Jun 1, 2026
45 checks passed
@AlexWaygood AlexWaygood deleted the alex/add-scripts-lock branch June 1, 2026 10:54
carljm added a commit that referenced this pull request Jun 1, 2026
* main:
  [`pydocstyle`] Improve discoverability of rules enabled for each convention (#24973)
  [ty] Deduplicate retained use-def place states (#25450)
  [ty] reduce features of low-level crates depended on by `ty_python_semantic` (#25524)
  [ty] Fix narrowing enum literal unions by member identity (#25520)
  [ty] Test tagged union narrowing for named tuples (#25519)
  [ty] Disallow file-system access in `ty_python_core` (#25518)
  [ty] Nominal Tagged Union Narrowing (#24916)
  Commit `scripts/uv.lock` (#25517)
  Fix potential index out of range in `LineIndex` computation (#25492)
  [ty] Sync vendored typeshed stubs (#25514)
  [ty] Add disjointness for protocol method members (#25315)
  [ty] Use compact sets for more immutable fields (#25476)
  [ty] Derive `Default` for `FunctionDecoratorInference` (#25482)
  [ty] Ignore rejected assignments for synthesized bindings (#25340)
  [ty] Handle cycles in function decorator inference (#25475)
  docs: fix typo `bin/active` → `bin/activate` in tutorial (#25473)
  [ty] Narrow bound method overloads by receiver (#24707)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

internal An internal refactor or improvement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants