Skip to content

Commit b72b88f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.7 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.7...v0.14.10) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1)
1 parent e0ec427 commit b72b88f

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
@@ -35,7 +35,7 @@ repos:
3535
args: [--py310-plus]
3636

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: 'v0.14.7'
38+
rev: 'v0.14.10'
3939

4040
hooks:
4141
- id: ruff
@@ -59,7 +59,7 @@ repos:
5959
description: Update the API Reference documentation whenever a Python file is touched in the code base.
6060

6161
- repo: https://github.com/pre-commit/mirrors-mypy
62-
rev: v1.19.0
62+
rev: v1.19.1
6363
hooks:
6464
- id: mypy
6565
name: "MyPy"

0 commit comments

Comments
 (0)