File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[tools ]
2- poetry = " 2.3"
3- ruff = " 0.14"
2+ poetry = " 2.4"
3+ pre-commit = " 4.4"
4+ ruff = " 0.15"
45
56[tasks ]
67check = ' ruff check --fix'
Original file line number Diff line number Diff line change 22# See https://pre-commit.com/hooks.html for more hooks
33
44default_language_version :
5- python : ' 3.12 '
5+ python : ' 3.14 '
66repos :
77- repo : https://github.com/pre-commit/pre-commit-hooks
88 rev : v6.0.0
@@ -19,22 +19,20 @@ repos:
1919 # keep whitespaces as generated by libCST for e2e tests
2020 exclude : ^tests/e2e/
2121- repo : https://github.com/astral-sh/ruff-pre-commit
22- rev : v0.13.1
22+ rev : v0.15.22
2323 hooks :
2424 - id : ruff
2525 name : ruff-check
2626 - id : ruff-format
2727- repo : https://github.com/python-poetry/poetry
28- rev : 2.3.2
28+ rev : 2.4.1
2929 hooks :
3030 - id : poetry-check
3131 - id : poetry-lock
3232- repo : https://github.com/pre-commit/mirrors-mypy
33- rev : v1.18.2
33+ rev : v2.3.0
3434 hooks :
3535 - id : mypy
3636 pass_filenames : false
37- args :
38- - --enable-incomplete-feature=NewGenericSyntax
3937 additional_dependencies :
4038 - pydantic
You can’t perform that action at this time.
0 commit comments