Skip to content

Commit a151457

Browse files
Update Ruff & uv (#13353)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent 88e917a commit a151457

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
args: [--fix=lf]
1212
- id: check-case-conflict
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.8.4 # must match requirements-tests.txt
14+
rev: v0.8.5 # must match requirements-tests.txt
1515
hooks:
1616
- id: ruff
1717
name: Run ruff on stubs, tests and scripts

requirements-tests.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ packaging==24.2
1313
pathspec>=0.11.1
1414
pre-commit
1515
# Required by create_baseline_stubs.py. Must match .pre-commit-config.yaml.
16-
ruff==0.8.4
16+
ruff==0.8.5
1717
stubdefaulter==0.1.0
1818
termcolor>=2.3
1919
tomli==2.2.1
2020
tomlkit==0.13.2
2121
typing_extensions>=4.12.0rc1
22-
uv==0.5.13
22+
uv==0.5.14
2323

2424
# Utilities for typeshed infrastructure scripts.
2525
ts_utils @ file:lib

0 commit comments

Comments
 (0)