Skip to content

Commit 4f6a6a8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.3.4 → v0.4.2](astral-sh/ruff-pre-commit@v0.3.4...v0.4.2) - [github.com/pre-commit/mirrors-mypy: v1.9.0 → v1.10.0](pre-commit/mirrors-mypy@v1.9.0...v1.10.0)
1 parent 59e0456 commit 4f6a6a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
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.5.0
3+
rev: v4.6.0
44
hooks:
55
- id: check-added-large-files
66
args: ['--maxkb=100']
@@ -25,7 +25,7 @@ repos:
2525
- id: python-use-type-annotations
2626
- id: text-unicode-replacement-char
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
28-
rev: v0.3.4
28+
rev: v0.4.2
2929
hooks:
3030
- id: ruff
3131
- id: ruff-format
@@ -43,7 +43,7 @@ repos:
4343
]
4444
args: [--wrap, "88"]
4545
- repo: https://github.com/pre-commit/mirrors-mypy
46-
rev: 'v1.9.0'
46+
rev: 'v1.10.0'
4747
hooks:
4848
- id: mypy
4949
additional_dependencies: [

0 commit comments

Comments
 (0)