Skip to content

Commit 6a22deb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/python-poetry/poetry: 2.1.3 → 2.2.1](python-poetry/poetry@2.1.3...2.2.1) - [github.com/astral-sh/ruff-pre-commit: v0.12.3 → v0.14.3](astral-sh/ruff-pre-commit@v0.12.3...v0.14.3) - [github.com/pre-commit/mirrors-mypy: v1.16.1 → v1.18.2](pre-commit/mirrors-mypy@v1.16.1...v1.18.2)
1 parent 9eaa034 commit 6a22deb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55

66
repos:
77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
@@ -21,15 +21,15 @@ repos:
2121
args: [ --fix=lf ]
2222

2323
- repo: https://github.com/python-poetry/poetry
24-
rev: 2.1.3
24+
rev: 2.2.1
2525
hooks:
2626
- id: poetry-check
2727
files: pyproject\.toml$
2828
types: [ file ]
2929
args: [ --lock ]
3030

3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.12.3
32+
rev: v0.14.3
3333
hooks:
3434
- id: ruff
3535
files: \.py$
@@ -40,7 +40,7 @@ repos:
4040
types: [ file ]
4141

4242
- repo: https://github.com/pre-commit/mirrors-mypy
43-
rev: v1.16.1
43+
rev: v1.18.2
4444
hooks:
4545
- id: mypy
4646
additional_dependencies:

0 commit comments

Comments
 (0)