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 11repos :
22 - repo : https://github.com/pre-commit/pre-commit-hooks
3- rev : v5 .0.0
3+ rev : v6 .0.0
44 hooks :
55 - id : trailing-whitespace
66 - id : end-of-file-fixer
1111 args : [--fix=lf]
1212 - id : check-case-conflict
1313 - 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
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 : 25.1 .0
30+ rev : 25.9 .0
3131 hooks :
3232 - id : black
3333 - repo : https://github.com/pycqa/flake8
Original file line number Diff line number Diff line change 11# Type checkers that we test our stubs against. These should always
22# be pinned to a specific version to make failure reproducible.
3- mypy==1.18.1
3+ mypy==1.18.2
44pyright==1.1.405
55
66# Libraries used by our various scripts.
@@ -13,13 +13,13 @@ packaging==25.0
1313pathspec>=0.11.1
1414pre-commit
1515# Required by create_baseline_stubs.py. Must match .pre-commit-config.yaml.
16- ruff==0.12 .2
16+ ruff==0.13 .2
1717stubdefaulter==0.1.0
1818termcolor>=2.3
1919tomli==2.2.1; python_version < "3.11"
2020tomlkit==0.13.3
2121typing_extensions>=4.15.0rc1
22- uv==0.8.6
22+ uv==0.8.22
2323
2424# Utilities for typeshed infrastructure scripts.
2525ts_utils @ file:lib
You can’t perform that action at this time.
0 commit comments