Skip to content

Commit 2e4c829

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.15.0](pre-commit/mirrors-mypy@v1.11.2...v1.15.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.4 → v0.11.2](astral-sh/ruff-pre-commit@v0.6.4...v0.11.2) - [github.com/python-poetry/poetry: 1.8.0 → 2.1.2](python-poetry/poetry@1.8.0...2.1.2)
1 parent 07f306e commit 2e4c829

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-ast
66
- id: check-docstring-first
@@ -19,7 +19,7 @@ repos:
1919
- id: python-use-type-annotations
2020

2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: v1.11.2
22+
rev: v1.15.0
2323
hooks:
2424
- id: mypy
2525
additional_dependencies: [typing_extensions]
@@ -33,15 +33,15 @@ repos:
3333
args: ["--in-place", "--config", "./pyproject.toml"]
3434

3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.6.4
36+
rev: v0.11.2
3737
hooks:
3838
# Run the linter
3939
- id: ruff
4040
args: [--fix]
4141
- id: ruff-format
4242

4343
- repo: https://github.com/python-poetry/poetry
44-
rev: 1.8.0
44+
rev: 2.1.2
4545
hooks:
4646
- id: poetry-check
4747
# - id: poetry-lock

0 commit comments

Comments
 (0)