Skip to content

Commit 8138749

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.6](astral-sh/ruff-pre-commit@v0.9.4...v0.9.6) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0)
1 parent 19913ec commit 8138749

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repos:
1313
- id: check-added-large-files
1414

1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: 'v0.9.4'
16+
rev: 'v0.9.6'
1717
hooks:
1818
- id: ruff
1919
args: ["--fix"]
@@ -24,7 +24,7 @@ repos:
2424
- id: black
2525

2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v1.14.1
27+
rev: v1.15.0
2828
hooks:
2929
- id: mypy
3030
additional_dependencies:

0 commit comments

Comments
 (0)