Skip to content

Commit 7e2dd02

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.9 → v0.5.0](astral-sh/ruff-pre-commit@v0.4.9...v0.5.0) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1)
1 parent e354fd5 commit 7e2dd02

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
@@ -12,7 +12,7 @@ repos:
1212
- id: end-of-file-fixer
1313

1414
- repo: https://github.com/astral-sh/ruff-pre-commit
15-
rev: v0.4.9
15+
rev: v0.5.0
1616
hooks:
1717
- id: ruff
1818
name: "lint with ruff"
@@ -28,7 +28,7 @@ repos:
2828
args: [scan]
2929

3030
- repo: https://github.com/pre-commit/mirrors-mypy
31-
rev: "v1.10.0" # Use the sha / tag you want to point at
31+
rev: "v1.10.1" # Use the sha / tag you want to point at
3232
hooks:
3333
- id: mypy
3434
name: "Check with Mypy"

0 commit comments

Comments
 (0)