File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 args : [--fix=lf]
1212 - id : check-case-conflict
1313 - repo : https://github.com/astral-sh/ruff-pre-commit
14- rev : v0.15.9 # must match requirements-tests.txt
14+ rev : v0.15.20 # must match requirements-tests.txt
1515 hooks :
1616 - id : ruff
1717 name : Run ruff on stubs, tests and scripts
2727 - " --unsafe-fixes"
2828 files : ' .*test_cases/.+\.py$'
2929 - repo : https://github.com/psf/black-pre-commit-mirror
30- rev : 26.5.0
30+ rev : 26.5.1
3131 hooks :
3232 - id : black
3333 - repo : https://github.com/pycqa/flake8
Original file line number Diff line number Diff line change @@ -6,19 +6,19 @@ pyright==1.1.411
66# Libraries used by our various scripts.
77aiohttp==3.14.1
88grpcio-tools>=1.76.0; python_version < "3.15" # For grpc_tools.protoc
9- mypy-protobuf==5.0 .0; python_version < "3.15"
10- packaging==26.0
9+ mypy-protobuf==5.1 .0; python_version < "3.15"
10+ packaging==26.2
1111pathspec>=1.1.1
1212pre-commit
1313# Required by create_baseline_stubs.py.
1414# stubdefaulter depends on libcst, which does not yet install cleanly on Python 3.15.
15- ruff==0.15.8
15+ ruff==0.15.20
1616stubdefaulter==0.1.0; python_version < "3.15"
1717termcolor>=2.3
1818tomli==2.4.1; python_version < "3.11"
19- tomlkit==0.14 .0
19+ tomlkit==0.15 .0
2020typing_extensions>=4.16.0rc2
21- uv==0.11.15
21+ uv==0.11.26
2222
2323# Utilities for typeshed infrastructure scripts.
2424ts_utils @ file:lib
You can’t perform that action at this time.
0 commit comments