Skip to content

Commit 23a047b

Browse files
⬆️ Upgrade depenencies and tools.
1 parent 1e85769 commit 23a047b

4 files changed

Lines changed: 524 additions & 612 deletions

File tree

.config/mise.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
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]
67
check = 'ruff check --fix'

.pre-commit-config.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33

44
default_language_version:
5-
python: '3.12'
5+
python: '3.14'
66
repos:
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

0 commit comments

Comments
 (0)