Skip to content

Commit 12b1a9c

Browse files
chore: update pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.4.2 → v0.5.1](astral-sh/ruff-pre-commit@v0.4.2...v0.5.1) - [github.com/pre-commit/mirrors-mypy: v1.10.0 → v1.10.1](pre-commit/mirrors-mypy@v1.10.0...v1.10.1)
1 parent 7a94877 commit 12b1a9c

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
@@ -34,7 +34,7 @@ repos:
3434
- id: trailing-whitespace
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: "v0.4.2"
37+
rev: "v0.5.1"
3838
hooks:
3939
- id: ruff
4040
args: ["--fix", "--show-fixes"]
@@ -43,7 +43,7 @@ repos:
4343

4444
# Checking static types
4545
- repo: https://github.com/pre-commit/mirrors-mypy
46-
rev: "v1.10.0"
46+
rev: "v1.10.1"
4747
hooks:
4848
- id: mypy
4949
files: "setup.py"

0 commit comments

Comments
 (0)