Skip to content

Commit 6bfae48

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-poetry/poetry: 2.2.1 → 2.3.2](python-poetry/poetry@2.2.1...2.3.2) - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.15.4](astral-sh/ruff-pre-commit@v0.14.3...v0.15.4) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1)
1 parent ebbf223 commit 6bfae48

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ci:
1111

1212
repos:
1313
- repo: https://github.com/python-poetry/poetry
14-
rev: 2.2.1
14+
rev: 2.3.2
1515
hooks:
1616
- id: poetry-check
1717
args: [--no-plugins]
@@ -21,7 +21,7 @@ repos:
2121
- id: pycln
2222
args: [--config=pyproject.toml]
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.14.3
24+
rev: v0.15.4
2525
hooks:
2626
- id: ruff
2727
args:
@@ -30,7 +30,7 @@ repos:
3030
# - --unsafe-fixes
3131
- id: ruff-format
3232
- repo: https://github.com/pre-commit/mirrors-mypy
33-
rev: v1.18.2
33+
rev: v1.19.1
3434
hooks:
3535
- id: mypy
3636
additional_dependencies: [

0 commit comments

Comments
 (0)