File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
repos :
2
2
- repo : https://github.com/pre-commit/pre-commit-hooks
3
- rev : v5 .0.0
3
+ rev : v6 .0.0
4
4
hooks :
5
5
- id : trailing-whitespace
6
6
- id : end-of-file-fixer
11
11
args : [--fix=lf]
12
12
- id : check-case-conflict
13
13
- repo : https://github.com/astral-sh/ruff-pre-commit
14
- rev : v0.12 .2 # must match requirements-tests.txt
14
+ rev : v0.13 .2 # must match requirements-tests.txt
15
15
hooks :
16
16
- id : ruff
17
17
name : Run ruff on stubs, tests and scripts
27
27
- " --unsafe-fixes"
28
28
files : ' .*test_cases/.+\.py$'
29
29
- repo : https://github.com/psf/black-pre-commit-mirror
30
- rev : 25.1 .0
30
+ rev : 25.9 .0
31
31
hooks :
32
32
- id : black
33
33
- repo : https://github.com/pycqa/flake8
Original file line number Diff line number Diff line change 1
1
# Type checkers that we test our stubs against. These should always
2
2
# be pinned to a specific version to make failure reproducible.
3
- mypy==1.18.1
3
+ mypy==1.18.2
4
4
pyright==1.1.405
5
5
6
6
# Libraries used by our various scripts.
@@ -13,13 +13,13 @@ packaging==25.0
13
13
pathspec>=0.11.1
14
14
pre-commit
15
15
# Required by create_baseline_stubs.py. Must match .pre-commit-config.yaml.
16
- ruff==0.12 .2
16
+ ruff==0.13 .2
17
17
stubdefaulter==0.1.0
18
18
termcolor>=2.3
19
19
tomli==2.2.1; python_version < "3.11"
20
20
tomlkit==0.13.3
21
21
typing_extensions>=4.15.0rc1
22
- uv==0.8.6
22
+ uv==0.8.22
23
23
24
24
# Utilities for typeshed infrastructure scripts.
25
25
ts_utils @ file:lib
You can’t perform that action at this time.
0 commit comments