Skip to content

Commit c00b754

Browse files
chore: pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.12 → v0.15.15](astral-sh/ruff-pre-commit@v0.15.12...v0.15.15) - [github.com/pre-commit/mirrors-mypy: v1.20.2 → v2.1.0](pre-commit/mirrors-mypy@v1.20.2...v2.1.0)
1 parent 0b51214 commit c00b754

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
@@ -44,7 +44,7 @@ repos:
4444
args: [--prose-wrap=always]
4545

4646
- repo: https://github.com/astral-sh/ruff-pre-commit
47-
rev: v0.15.12
47+
rev: v0.15.15
4848
hooks:
4949
- id: ruff-check
5050
args: [--fix]
@@ -54,7 +54,7 @@ repos:
5454

5555
- repo: https://github.com/pre-commit/mirrors-mypy
5656
# mypy 1.20+ requires Python 3.10+, but we still support 3.9.
57-
rev: v1.20.2
57+
rev: v2.1.0
5858
hooks:
5959
- id: mypy
6060
files: src

0 commit comments

Comments
 (0)