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.12.1 # must match requirements-tests.txt
14+ rev : v0.12.2 # must match requirements-tests.txt
1515 hooks :
1616 - id : ruff
1717 name : Run ruff on stubs, tests and scripts
3131 hooks :
3232 - id : black
3333 - repo : https://github.com/pycqa/flake8
34- rev : 7.2 .0
34+ rev : 7.3 .0
3535 hooks :
3636 - id : flake8
3737 language : python
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ packaging==25.0
1717pathspec>=0.11.1
1818pre-commit
1919# Required by create_baseline_stubs.py. Must match .pre-commit-config.yaml.
20- ruff==0.12.1
20+ ruff==0.12.2
2121# TODO (2025-05-07): Dependency libcst doesn't support Python 3.14 yet.
2222stubdefaulter==0.1.0; python_version < "3.14"
2323termcolor>=2.3
2424tomli==2.2.1
2525tomlkit==0.13.3
2626typing_extensions>=4.14.0rc1
27- uv==0.7.17
27+ uv==0.7.19
2828
2929# Utilities for typeshed infrastructure scripts.
3030ts_utils @ file:lib
You can’t perform that action at this time.
0 commit comments