Skip to content

Commit de7053b

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.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0) - [github.com/astral-sh/ruff-pre-commit: v0.6.4 → v0.8.1](astral-sh/ruff-pre-commit@v0.6.4...v0.8.1)
1 parent 07f306e commit de7053b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
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.13.0
2323
hooks:
2424
- id: mypy
2525
additional_dependencies: [typing_extensions]
@@ -33,7 +33,7 @@ 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.8.1
3737
hooks:
3838
# Run the linter
3939
- id: ruff

0 commit comments

Comments
 (0)