Skip to content

Commit 184ca87

Browse files
chore: pre-commit autoupdate (#120)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.11 → v0.15.12](astral-sh/ruff-pre-commit@v0.15.11...v0.15.12) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.2](pre-commit/mirrors-mypy@v1.19.1...v1.20.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 19edfad commit 184ca87

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.11
47+
rev: v0.15.12
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.19.1
57+
rev: v1.20.2
5858
hooks:
5959
- id: mypy
6060
files: src

0 commit comments

Comments
 (0)