Skip to content

Commit e2f5f2f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.6 → v0.15.1](astral-sh/ruff-pre-commit@v0.14.6...v0.15.1) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1)
1 parent 307add9 commit e2f5f2f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ exclude: "docs"
22
repos:
33

44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.14.6
5+
rev: v0.15.1
66
hooks:
77
- id: ruff-check
88
args: [ --fix ]
@@ -21,7 +21,7 @@ repos:
2121
- id: pyupgrade
2222
args: [--py38-plus]
2323
- repo: https://github.com/pre-commit/mirrors-mypy
24-
rev: v1.18.2
24+
rev: v1.19.1
2525
hooks:
2626
- id: mypy
2727
language_version: python3

0 commit comments

Comments
 (0)