Skip to content

Commit 9229d55

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.13](astral-sh/ruff-pre-commit@v0.15.12...v0.15.13) - [github.com/pre-commit/mirrors-mypy: v2.0.0 → v2.1.0](pre-commit/mirrors-mypy@v2.0.0...v2.1.0) - [github.com/psf/black-pre-commit-mirror: 26.3.1 → 26.5.0](psf/black-pre-commit-mirror@26.3.1...26.5.0)
1 parent 2e67151 commit 9229d55

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
@@ -21,13 +21,13 @@ repos:
2121

2222

2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.15.12
24+
rev: v0.15.13
2525
hooks:
2626
- id: ruff
2727
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
2828

2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: "v2.0.0"
30+
rev: "v2.1.0"
3131
hooks:
3232
- id: mypy
3333
additional_dependencies:
@@ -36,7 +36,7 @@ repos:
3636
- "pydantic>=2.4"
3737

3838
- repo: https://github.com/psf/black-pre-commit-mirror
39-
rev: "26.3.1"
39+
rev: "26.5.0"
4040
hooks:
4141
- id: black
4242
args: [--preview, --enable-unstable-feature, string_processing]

0 commit comments

Comments
 (0)