Skip to content

Commit 7d211e5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.8 → v0.14.9](astral-sh/ruff-pre-commit@v0.14.8...v0.14.9) - [github.com/pre-commit/mirrors-mypy: v1.19.0 → v1.19.1](pre-commit/mirrors-mypy@v1.19.0...v1.19.1)
1 parent d1778b3 commit 7d211e5

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
@@ -5,7 +5,7 @@ repos:
55
- id: trailing-whitespace
66
- id: end-of-file-fixer
77
- repo: https://github.com/astral-sh/ruff-pre-commit
8-
rev: v0.14.8
8+
rev: v0.14.9
99
hooks:
1010
- id: ruff-check
1111
args: [--fix]
@@ -25,7 +25,7 @@ repos:
2525
hooks:
2626
- id: nbstripout
2727
- repo: https://github.com/pre-commit/mirrors-mypy
28-
rev: v1.19.0
28+
rev: v1.19.1
2929
hooks:
3030
- id: mypy
3131
args: []

0 commit comments

Comments
 (0)