Skip to content
This repository was archived by the owner on Apr 8, 2025. It is now read-only.

Commit ac78837

Browse files
[pre-commit.ci] pre-commit autoupdate (#72)
updates: - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0) - [github.com/pycqa/isort: 6.0.0 → 6.0.1](PyCQA/isort@6.0.0...6.0.1) - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.4...v0.9.9) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7925346 commit ac78837

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ repos:
2727
- pydantic~=2.10.6
2828
- pydantic-yaml~=1.4.0
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.14.1
30+
rev: v1.15.0
3131
hooks:
3232
- id: mypy
3333
name: mypy
@@ -43,15 +43,15 @@ repos:
4343
args:
4444
- --py310-plus
4545
- repo: https://github.com/pycqa/isort
46-
rev: 6.0.0
46+
rev: 6.0.1
4747
hooks:
4848
- id: isort
4949
name: isort
5050
args:
5151
- --diff
5252
- --check
5353
- repo: https://github.com/astral-sh/ruff-pre-commit
54-
rev: 'v0.9.4'
54+
rev: 'v0.9.9'
5555
hooks:
5656
- id: ruff
5757
name: ruff

0 commit comments

Comments
 (0)