Skip to content

Commit 23866b7

Browse files
chore(deps): pre-commit.ci autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.6 → v0.14.7](astral-sh/ruff-pre-commit@v0.14.6...v0.14.7) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.0](pre-commit/mirrors-mypy@v1.18.2...v1.19.0)
1 parent 0aeb414 commit 23866b7

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
@@ -25,7 +25,7 @@ repos:
2525

2626
- repo: https://github.com/astral-sh/ruff-pre-commit
2727
# Ruff version.
28-
rev: v0.14.6
28+
rev: v0.14.7
2929
hooks:
3030
# Run the linter.
3131
- id: ruff-check
@@ -36,7 +36,7 @@ repos:
3636
exclude: '\.ipynb$'
3737

3838
- repo: https://github.com/pre-commit/mirrors-mypy
39-
rev: v1.18.2
39+
rev: v1.19.0
4040
hooks:
4141
- id: mypy
4242
files: src

0 commit comments

Comments
 (0)