Skip to content

Commit 8d46632

Browse files
ci: Autoupdate pre-commit
updates: - [github.com/astral-sh/ruff-pre-commit: v0.12.12 → v0.13.1](astral-sh/ruff-pre-commit@v0.12.12...v0.13.1) - [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](pre-commit/mirrors-mypy@v1.17.1...v1.18.2)
1 parent 67d010b commit 8d46632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ repos:
2121
- id: pyupgrade
2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.12.12
24+
rev: v0.13.1
2525
hooks:
2626
- id: ruff
2727
args: [--fix]
@@ -33,7 +33,7 @@ repos:
3333
- id: isort
3434

3535
- repo: https://github.com/pre-commit/mirrors-mypy
36-
rev: v1.17.1
36+
rev: v1.18.2
3737
hooks:
3838
- id: mypy
3939
args: [--allow-untyped-decorators]

0 commit comments

Comments
 (0)