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.3.4 # must match requirements-tests.txt
14+ rev : v0.3.5 # must match requirements-tests.txt
1515 hooks :
1616 - id : ruff
1717 name : Run ruff on stubs, tests and scripts
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ mypy==1.9.0
99pre-commit-hooks==4.5.0 # must match .pre-commit-config.yaml
1010pyright==1.1.356
1111pytype==2024.3.19; platform_system != "Windows" and python_version < "3.12"
12- ruff==0.3.4 # must match .pre-commit-config.yaml
12+ ruff==0.3.5 # must match .pre-commit-config.yaml
1313
1414# Libraries used by our various scripts.
1515aiohttp==3.9.3
@@ -21,4 +21,4 @@ termcolor>=2.3
2121tomli==2.0.1
2222tomlkit==0.12.4
2323typing_extensions>=4.9.0rc1
24- uv==0.1.26
24+ uv==0.1.27
You can’t perform that action at this time.
0 commit comments