We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e917a commit a151457Copy full SHA for a151457
2 files changed
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
args: [--fix=lf]
12
- id: check-case-conflict
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: v0.8.4 # must match requirements-tests.txt
+ rev: v0.8.5 # must match requirements-tests.txt
15
hooks:
16
- id: ruff
17
name: Run ruff on stubs, tests and scripts
requirements-tests.txt
@@ -13,13 +13,13 @@ packaging==24.2
pathspec>=0.11.1
pre-commit
# Required by create_baseline_stubs.py. Must match .pre-commit-config.yaml.
-ruff==0.8.4
+ruff==0.8.5
stubdefaulter==0.1.0
18
termcolor>=2.3
19
tomli==2.2.1
20
tomlkit==0.13.2
21
typing_extensions>=4.12.0rc1
22
-uv==0.5.13
+uv==0.5.14
23
24
# Utilities for typeshed infrastructure scripts.
25
ts_utils @ file:lib
0 commit comments